Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for saveFormatErasureAll (0.2 sec)

  1. cmd/format-erasure.go

    				return nil
    			}
    		}
    	}
    	return fmt.Errorf("DriveID %s not found in any drive sets %s", this, format.Erasure.Sets)
    }
    
    // saveFormatErasureAll - populates `format.json` on disks in its order.
    func saveFormatErasureAll(ctx context.Context, storageDisks []StorageAPI, formats []*formatErasureV3) error {
    	g := errgroup.WithNErrs(len(storageDisks))
    
    	// Write `format.json` to all disks.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri May 03 15:54:03 GMT 2024
    - 23.2K bytes
    - Viewed (0)
Back to top