- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for hostCount (0.27 sec)
-
cmd/format-erasure.go
return nil, err } for i := range setCount { hostCount := make(map[string]int, setDriveCount) for j := range setDriveCount { disk := storageDisks[i*setDriveCount+j] newFormat := format.Clone() newFormat.Erasure.This = format.Erasure.Sets[i][j] if deploymentID != "" { newFormat.ID = deploymentID } hostCount[disk.Hostname()]++ formats[i*setDriveCount+j] = newFormat }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 23.1K bytes - Viewed (0)