diff options
| author | banjiaojuhao <banjiaojuhao@qq.com> | 2021-12-23 23:24:10 +0800 |
|---|---|---|
| committer | banjiaojuhao <banjiaojuhao@qq.com> | 2021-12-23 23:25:05 +0800 |
| commit | 083bf3a1370c3c9b119fa1c1126e481b6b7ce750 (patch) | |
| tree | caa50c2efca45af832f4a1964c637568f30420e8 /other/java/client/src | |
| parent | b541e39a2c182d8f98f5900b35f9f025825f71f6 (diff) | |
| download | seaweedfs-083bf3a1370c3c9b119fa1c1126e481b6b7ce750.tar.xz seaweedfs-083bf3a1370c3c9b119fa1c1126e481b6b7ce750.zip | |
filer server: add "datacenter, rack and datanode" for path specific configuration
Diffstat (limited to 'other/java/client/src')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 3 |
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; } |
