mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
parent
29e62aba00
commit
352ba23f83
|
@ -201,7 +201,7 @@ type CapacityFunc func(*master_pb.DataNodeInfo) int
|
|||
|
||||
func capacityByMaxVolumeCount(diskType types.DiskType) CapacityFunc {
|
||||
return func(info *master_pb.DataNodeInfo) int {
|
||||
diskInfo, found := info.DiskInfos[diskType.ReadableString()]
|
||||
diskInfo, found := info.DiskInfos[string(diskType)]
|
||||
if !found {
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue