add back volume ids

address https://github.com/chrislusf/seaweedfs/issues/1792#issuecomment-782339576
This commit is contained in:
Chris Lu 2021-02-19 14:22:12 -08:00
parent 6593a0f3d1
commit a37473ae60

View file

@ -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
}