aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorbanjiaojuhao <banjiaojuhao@qq.com>2021-12-23 23:24:10 +0800
committerbanjiaojuhao <banjiaojuhao@qq.com>2021-12-23 23:25:05 +0800
commit083bf3a1370c3c9b119fa1c1126e481b6b7ce750 (patch)
treecaa50c2efca45af832f4a1964c637568f30420e8 /other/java
parentb541e39a2c182d8f98f5900b35f9f025825f71f6 (diff)
downloadseaweedfs-083bf3a1370c3c9b119fa1c1126e481b6b7ce750.tar.xz
seaweedfs-083bf3a1370c3c9b119fa1c1126e481b6b7ce750.zip
filer server: add "datacenter, rack and datanode" for path specific configuration
Diffstat (limited to 'other/java')
-rw-r--r--other/java/client/src/main/proto/filer.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 42a19aa49..ba5c1c694 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -397,6 +397,9 @@ message FilerConf {
bool fsync = 6;
uint32 volume_growth_count = 7;
bool read_only = 8;
+ string data_center = 9;
+ string rack = 10;
+ string data_node = 11;
}
repeated PathConf locations = 2;
}