Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findDiskIndex (0.79 sec)

  1. cmd/erasure-sets.go

    			}
    		}
    	}
    
    	return -1, -1, fmt.Errorf("DriveID: %s not found", diskID)
    }
    
    // findDiskIndex - returns the i,j'th position of the input `format` 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 findDiskIndex(refFormat, format *formatErasureV3) (int, int, error) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 37.7K bytes
    - Viewed (0)
Back to top