Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for offlineDrives (0.08 sec)

  1. cmd/erasure-object.go

    		parityOrig := parityDrives
    
    		var offlineDrives int
    		for _, disk := range storageDisks {
    			if disk == nil || !disk.IsOnline() {
    				parityDrives++
    				offlineDrives++
    				continue
    			}
    		}
    
    		if offlineDrives >= (len(storageDisks)+1)/2 {
    			// if offline drives are more than 50% of the drives
    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