Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/erasure-healing.go

    	// We can consider an object data not reliable
    	// when xl.meta is not found in read quorum disks.
    	// or when xl.meta is not readable in read quorum disks.
    	notFoundMetaErrs, nonActionableMetaErrs := danglingMetaErrsCount(errs)
    
    	notFoundPartsErrs, nonActionablePartsErrs := 0, 0
    	for _, dataErrs := range dataErrsByPart {
    		if nf, na := danglingPartErrsCount(dataErrs); nf > notFoundPartsErrs {
    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