Chris Lu 4 years ago
parent
commit
a37473ae60
  1. 2
      weed/topology/data_node.go

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

Loading…
Cancel
Save