mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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() {
|
||||
d := disk.(*Disk)
|
||||
volumeIds += d.GetVolumeIds()
|
||||
volumeIds += " " + d.GetVolumeIds()
|
||||
}
|
||||
|
||||
ret["Volumes"] = volumeCount
|
||||
|
|
Loading…
Reference in a new issue