aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/master.proto
diff options
context:
space:
mode:
authorKonstantin Lebedev <lebedev_k@tochka.com>2020-11-12 04:10:06 +0500
committerKonstantin Lebedev <lebedev_k@tochka.com>2020-11-12 04:10:06 +0500
commit1eec5c8d5d1b1c1732a658c440ecc8b4f76ff3f4 (patch)
treef38c910e9fd67d2fc2d05b69f22f49757adbeb4d /weed/pb/master.proto
parentfc7baef5bb58caa454deb6ea0376a8bd516aa080 (diff)
downloadseaweedfs-1eec5c8d5d1b1c1732a658c440ecc8b4f76ff3f4.tar.xz
seaweedfs-1eec5c8d5d1b1c1732a658c440ecc8b4f76ff3f4.zip
gen pb
Diffstat (limited to 'weed/pb/master.proto')
-rw-r--r--weed/pb/master.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto
index 96c3c75cc..6803a30cf 100644
--- a/weed/pb/master.proto
+++ b/weed/pb/master.proto
@@ -130,6 +130,7 @@ message VolumeLocation {
repeated uint32 new_vids = 3;
repeated uint32 deleted_vids = 4;
string leader = 5; // optional when leader is not itself
+ string data_center = 6; // optional when DataCenter is in use
}
message LookupVolumeRequest {