- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for NLocalDisksPathsPerPool (0.13 sec)
-
cmd/endpoint.go
if endpoint.IsLocal { disks = append(disks, endpoint.Path) } } } return disks } // NLocalDisksPathsPerPool returns the disk paths of the local disks per pool func (l EndpointServerPools) NLocalDisksPathsPerPool() []int { localDisksCount := make([]int, len(l)) for i, ep := range l { for _, endpoint := range ep.Endpoints { if endpoint.IsLocal {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Mar 30 00:56:02 UTC 2025 - 34.4K bytes - Viewed (0)