mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-23 22:09:16 +08: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 New Issue
Block a user