mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-24 10:33:06 +08:00
Update data_node.go
This commit is contained in:
parent
a37473ae60
commit
565f7a6e72
@ -219,7 +219,7 @@ func (dn *DataNode) ToMap() interface{} {
|
|||||||
|
|
||||||
for _, disk := range dn.Children() {
|
for _, disk := range dn.Children() {
|
||||||
d := disk.(*Disk)
|
d := disk.(*Disk)
|
||||||
volumeIds += d.GetVolumeIds()
|
volumeIds += " " + d.GetVolumeIds()
|
||||||
}
|
}
|
||||||
|
|
||||||
ret["Volumes"] = volumeCount
|
ret["Volumes"] = volumeCount
|
||||||
|
Loading…
Reference in New Issue
Block a user