Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for saveFormatErasureAll (0.07 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.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 23.1K bytes
    - Viewed (0)
Back to top