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 4a612b8bc..7ffc4ec76 100644
--- a/weed/pb/master.proto
+++ b/weed/pb/master.proto
@@ -273,6 +273,8 @@ message GetMasterConfigurationRequest {
message GetMasterConfigurationResponse {
string metrics_address = 1;
uint32 metrics_interval_seconds = 2;
+ repeated StorageBackend storage_backends = 3;
+ string default_replication = 4;
}
message ListMasterClientsRequest {