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 }