Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DiskID (8.45 sec)

  1. cmd/erasure-sets.go

    // findDiskIndex - returns the i,j'th position of the input `diskID` against the reference
    // format, after successful validation.
    //   - i'th position is the set index
    //   - j'th position is the disk index in the current set
    func findDiskIndexByDiskID(refFormat *formatErasureV3, diskID string) (int, int, error) {
    	if diskID == "" {
    		return -1, -1, errDiskNotFound
    	}
    	if diskID == offlineDiskUUID {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri May 03 20:08:20 GMT 2024
    - 37.7K bytes
    - Viewed (5)
Back to top