Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newHealFormatSets (0.24 sec)

  1. cmd/erasure-sets.go

    			errCorruptedFormat))
    		return res, errCorruptedFormat
    	}
    
    	formatOpID := mustGetUUID()
    
    	// Initialize a new set of set formats which will be written to disk.
    	newFormatSets, currentDisksInfo := newHealFormatSets(refFormat, s.setCount, s.setDriveCount, formats, sErrs)
    
    	if !dryRun {
    		tmpNewFormats := make([]*formatErasureV3, s.setCount*s.setDriveCount)
    		for i := range newFormatSets {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Sep 27 10:41:37 UTC 2024
    - 37K bytes
    - Viewed (1)
Back to top