Update data_node.go
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user