aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/master.proto
diff options
context:
space:
mode:
Diffstat (limited to 'weed/pb/master.proto')
-rw-r--r--weed/pb/master.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto
index 6ef27fb4d..ce8a6dc12 100644
--- a/weed/pb/master.proto
+++ b/weed/pb/master.proto
@@ -275,6 +275,8 @@ message GetMasterConfigurationResponse {
repeated StorageBackend storage_backends = 3;
string default_replication = 4;
string leader = 5;
+ uint32 volume_size_limit_m_b = 6;
+ bool volume_preallocate = 7;
}
message ListMasterClientsRequest {