shell: add volume.balance command

This commit is contained in:
Chris Lu
2019-05-05 21:17:23 -07:00
parent 3f2a30bd05
commit 3ff92037cc
4 changed files with 317 additions and 95 deletions

View File

@@ -202,4 +202,5 @@ message VolumeListRequest {
}
message VolumeListResponse {
TopologyInfo topology_info = 1;
uint64 volume_size_limit_mb = 2;
}