mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 04:07:24 +08:00
fix tests
This commit is contained in:
@@ -68,7 +68,7 @@ func parseOutput(output string) *master_pb.TopologyInfo {
|
|||||||
maxVolumeCount, _ := strconv.Atoi(maxVolumeCountStr)
|
maxVolumeCount, _ := strconv.Atoi(maxVolumeCountStr)
|
||||||
disk = &master_pb.DiskInfo{
|
disk = &master_pb.DiskInfo{
|
||||||
Type: diskType,
|
Type: diskType,
|
||||||
MaxVolumeCount: uint64(maxVolumeCount),
|
MaxVolumeCount: int64(maxVolumeCount),
|
||||||
}
|
}
|
||||||
dn.DiskInfos[types.ToDiskType(diskType).String()] = disk
|
dn.DiskInfos[types.ToDiskType(diskType).String()] = disk
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user