mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-28 13:31:27 +08:00
add back volume ids
address https://github.com/chrislusf/seaweedfs/issues/1792#issuecomment-782339576
This commit is contained in:
parent
6593a0f3d1
commit
a37473ae60
@ -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…
Reference in New Issue
Block a user