Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for findDiskIndex (0.06 seconds)

  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) {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 37K bytes
    - Click Count (1)
Back to Top