aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-02-19 14:22:12 -0800
committerChris Lu <chris.lu@gmail.com>2021-02-19 14:22:12 -0800
commita37473ae6096d73d6e4fbaaf7dc92422dd6f786c (patch)
tree7b77967ee91e72187ec48849a7fa09c32c470147
parent6593a0f3d19659615754677c78430100c48f16ab (diff)
downloadseaweedfs-a37473ae6096d73d6e4fbaaf7dc92422dd6f786c.tar.xz
seaweedfs-a37473ae6096d73d6e4fbaaf7dc92422dd6f786c.zip
add back volume ids
address https://github.com/chrislusf/seaweedfs/issues/1792#issuecomment-782339576
-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 d4ec94fbe..c249a9842 100644
--- a/weed/topology/data_node.go
+++ b/weed/topology/data_node.go
@@ -225,7 +225,7 @@ func (dn *DataNode) ToMap() interface{} {
ret["Volumes"] = volumeCount
ret["EcShards"] = ecShardCount
ret["Max"] = maxVolumeCount
- ret["volumeIds"] = volumeIds
+ ret["VolumeIds"] = volumeIds
return ret
}