filer: replication follows master config if not specified

This commit is contained in:
Chris Lu
2020-09-30 09:15:55 -07:00
parent 436ab7d811
commit 55cb68c09c
6 changed files with 138 additions and 132 deletions

View File

@@ -274,6 +274,7 @@ message GetMasterConfigurationResponse {
string metrics_address = 1;
uint32 metrics_interval_seconds = 2;
repeated StorageBackend storage_backends = 3;
string default_replication = 4;
}
message ListMasterClientsRequest {