add other replica locations when assigning volumes

This commit is contained in:
Chris Lu
2021-09-05 23:32:25 -07:00
parent 7a13816e94
commit e93d4935e3
5 changed files with 519 additions and 406 deletions

View File

@@ -177,6 +177,11 @@ message AssignResponse {
uint64 count = 4;
string error = 5;
string auth = 6;
message Replica {
string url = 1;
string public_url = 2;
}
repeated Replica replicas = 7;
}
message StatisticsRequest {