From a37473ae6096d73d6e4fbaaf7dc92422dd6f786c Mon Sep 17 00:00:00 2001 From: Chris Lu <chris.lu@gmail.com> Date: Fri, 19 Feb 2021 14:22:12 -0800 Subject: [PATCH] add back volume ids address https://github.com/chrislusf/seaweedfs/issues/1792#issuecomment-782339576 --- weed/topology/data_node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }