master: add master.follower to handle read file id lookup requests

This commit is contained in:
Chris Lu
2021-08-12 18:10:59 -07:00
parent 5469019852
commit 5571f4f70a
8 changed files with 306 additions and 116 deletions

View File

@@ -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 {