aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-02-19 14:22:36 -0800
committerChris Lu <chris.lu@gmail.com>2021-02-19 14:22:36 -0800
commit565f7a6e724cf2dca401bd699a65f5814606ebfe (patch)
treed93489730277b0245c122a2be58a4d44a998d70f
parenta37473ae6096d73d6e4fbaaf7dc92422dd6f786c (diff)
downloadseaweedfs-565f7a6e724cf2dca401bd699a65f5814606ebfe.tar.xz
seaweedfs-565f7a6e724cf2dca401bd699a65f5814606ebfe.zip
Update data_node.go
-rw-r--r--weed/topology/data_node.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/topology/data_node.go b/weed/topology/data_node.go
index c249a9842..69f739dd5 100644
--- a/weed/topology/data_node.go
+++ b/weed/topology/data_node.go
@@ -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