mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-24 14:11:33 +08:00
parent
29e62aba00
commit
352ba23f83
@ -201,7 +201,7 @@ type CapacityFunc func(*master_pb.DataNodeInfo) int
|
|||||||
|
|
||||||
func capacityByMaxVolumeCount(diskType types.DiskType) CapacityFunc {
|
func capacityByMaxVolumeCount(diskType types.DiskType) CapacityFunc {
|
||||||
return func(info *master_pb.DataNodeInfo) int {
|
return func(info *master_pb.DataNodeInfo) int {
|
||||||
diskInfo, found := info.DiskInfos[diskType.ReadableString()]
|
diskInfo, found := info.DiskInfos[string(diskType)]
|
||||||
if !found {
|
if !found {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user