Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newFormatSets (0.06 sec)

  1. cmd/erasure-sets.go

    	// 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 {
    			for j := range newFormatSets[i] {
    				if newFormatSets[i][j] == nil {
    					continue
    				}
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Sep 27 10:41:37 UTC 2024
    - 37K bytes
    - Viewed (0)
Back to top