Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for danglingMetaErrsCount (0.07 seconds)

  1. cmd/erasure-healing.go

    			notFound++
    		case errVolumeNotEmpty:
    			foundNotEmpty++
    		default:
    			otherFound++
    		}
    	}
    	found = found + foundNotEmpty + otherFound
    	return found < notFound && found > 0
    }
    
    func danglingMetaErrsCount(cerrs []error) (notFoundCount int, nonActionableCount int) {
    	for _, readErr := range cerrs {
    		if readErr == nil {
    			continue
    		}
    		switch {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 34.7K bytes
    - Click Count (0)
Back to Top