aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-10-20 17:41:39 -0700
committerChris Lu <chris.lu@gmail.com>2020-10-20 17:41:39 -0700
commit6c92fa349d0050111e51ac1ec093458f8f5d4d9f (patch)
tree5e28a243e7777c7809838cd7c2a1ec71b03bb229 /other/java/client/src
parent86528bf97340447692c2c1eba3d2d7f1f9551e42 (diff)
downloadseaweedfs-6c92fa349d0050111e51ac1ec093458f8f5d4d9f.tar.xz
seaweedfs-6c92fa349d0050111e51ac1ec093458f8f5d4d9f.zip
filer: support default rack
fix https://github.com/chrislusf/seaweedfs/issues/1546
Diffstat (limited to 'other/java/client/src')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index dd5d08e1e..40a46b33f 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -218,6 +218,7 @@ message AssignVolumeRequest {
int32 ttl_sec = 4;
string data_center = 5;
string parent_path = 6;
+ string rack = 7;
}
message AssignVolumeResponse {