aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/master.proto
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-05-05 21:17:23 -0700
committerChris Lu <chris.lu@gmail.com>2019-05-05 21:17:23 -0700
commit3ff92037ccd56307441fd5155df60d3aaff3db66 (patch)
treec4a058016ad0f4b6978b992f9310a881ecfefa42 /weed/pb/master.proto
parent3f2a30bd05b180e679226a6114e75551c10ea7a6 (diff)
downloadseaweedfs-3ff92037ccd56307441fd5155df60d3aaff3db66.tar.xz
seaweedfs-3ff92037ccd56307441fd5155df60d3aaff3db66.zip
shell: add volume.balance command
Diffstat (limited to 'weed/pb/master.proto')
-rw-r--r--weed/pb/master.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto
index 2d1262b07..e6d34b826 100644
--- a/weed/pb/master.proto
+++ b/weed/pb/master.proto
@@ -202,4 +202,5 @@ message VolumeListRequest {
}
message VolumeListResponse {
TopologyInfo topology_info = 1;
+ uint64 volume_size_limit_mb = 2;
}