Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetMissingCounts (0.09 sec)

  1. cmd/erasure-healing.go

    		opts.Error = err.Error()
    	}
    
    	b, a := result.GetCorruptedCounts()
    	if b > 0 && b == a {
    		opts.Error = fmt.Sprintf("unable to heal %d corrupted blocks on drives", b)
    	}
    
    	b, a = result.GetMissingCounts()
    	if b > 0 && b == a {
    		opts.Error = fmt.Sprintf("unable to heal %d missing blocks on drives", b)
    	}
    
    	opts.Tags = map[string]string{
    		"healObject": auditObjectOp{
    			Name: opts.Object,
    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