Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waitForFormatErasure (0.09 sec)

  1. cmd/prepare-storage.go

    		return nil, errors.New("deployment ID missing from disk format, unable to start the server")
    	}
    
    	return format, nil
    }
    
    // Format disks before initialization of object layer.
    func waitForFormatErasure(firstDisk bool, endpoints Endpoints, poolCount, setCount, setDriveCount int, deploymentID string) (storageDisks []StorageAPI, format *formatErasureV3, err error) {
    	if len(endpoints) == 0 || setCount == 0 || setDriveCount == 0 {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Jul 12 20:51:54 UTC 2024
    - 11.1K bytes
    - Viewed (1)
Back to top