Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MATCHES (0.13 sec)

  1. cmd/erasure-healing-common.go

    	dataErrs := make([]error, len(onlineDisks))
    
    	inconsistent := 0
    	for i, meta := range partsMetadata {
    		if !meta.IsValid() {
    			// Since for majority of the cases erasure.Index matches with erasure.Distribution we can
    			// consider the offline disks as consistent.
    			continue
    		}
    		if !meta.Deleted {
    			if len(meta.Erasure.Distribution) != len(onlineDisks) {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 10.8K bytes
    - Viewed (0)
Back to top