Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cannotHeal (0.06 sec)

  1. cmd/erasure-healing.go

    	if dryRun {
    		return result, nil
    	}
    
    	cannotHeal := !latestMeta.XLV1 && !latestMeta.Deleted && disksToHealCount > latestMeta.Erasure.ParityBlocks
    	if cannotHeal && quorumETag != "" {
    		// This is an object that is supposed to be removed by the dangling code
    		// but we noticed that ETag is the same for all objects, let's give it a shot
    		cannotHeal = false
    	}
    
    	if cannotHeal {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Oct 02 17:50:41 UTC 2024
    - 34.4K bytes
    - Viewed (0)
Back to top