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 Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 34.6K bytes
    - Viewed (0)
Back to top