1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-25 03:48:10 +02:00

Update data_node.go

This commit is contained in:
Chris Lu 2021-02-19 14:22:36 -08:00
parent a37473ae60
commit 565f7a6e72

View file

@ -219,7 +219,7 @@ func (dn *DataNode) ToMap() interface{} {
for _, disk := range dn.Children() {
d := disk.(*Disk)
volumeIds += d.GetVolumeIds()
volumeIds += " " + d.GetVolumeIds()
}
ret["Volumes"] = volumeCount