aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/master.proto
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-09-05 23:32:25 -0700
committerChris Lu <chris.lu@gmail.com>2021-09-05 23:32:25 -0700
commite93d4935e3ea6b2deb64f24e089b6f74d0f27ebe (patch)
tree9af686f3c95f377d86a1a7e1df83edf9e2f1a615 /weed/pb/master.proto
parent7a13816e9406548e93176ab887f73f7eef1dee83 (diff)
downloadseaweedfs-e93d4935e3ea6b2deb64f24e089b6f74d0f27ebe.tar.xz
seaweedfs-e93d4935e3ea6b2deb64f24e089b6f74d0f27ebe.zip
add other replica locations when assigning volumes
Diffstat (limited to 'weed/pb/master.proto')
-rw-r--r--weed/pb/master.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto
index fcd5cebf1..561c5ab98 100644
--- a/weed/pb/master.proto
+++ b/weed/pb/master.proto
@@ -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 {