Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for globalEndpoints (0.06 sec)

  1. cmd/background-newdisks-heal-ops.go

    			disksToHeal = append(disksToHeal, disk.Endpoint())
    			continue
    		}
    		if h := disk.Healing(); h != nil && !h.Finished {
    			disksToHeal = append(disksToHeal, disk.Endpoint())
    		}
    	}
    	if len(disksToHeal) == globalEndpoints.NEndpoints() {
    		// When all disks == all command line endpoints
    		// this is a fresh setup, no need to trigger healing.
    		return Endpoints{}
    	}
    	return disksToHeal
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 26 09:58:27 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top