Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hostCount (0.04 sec)

  1. 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)
Back to top