Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MaxParity (0.05 sec)

  1. cmd/erasure-object.go

    	parityDrives := globalStorageClass.GetParityForSC(userDefined[xhttp.AmzStorageClass])
    	if parityDrives < 0 {
    		parityDrives = er.defaultParityCount
    	}
    	if opts.MaxParity {
    		parityDrives = len(storageDisks) / 2
    	}
    	if !opts.MaxParity && globalStorageClass.AvailabilityOptimized() {
    		// If we have offline disks upgrade the number of erasure codes for this object.
    		parityOrig := parityDrives
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 31 22:10:24 UTC 2024
    - 78.8K bytes
    - Viewed (0)
Back to top