diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-12-23 09:46:56 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-23 09:46:56 -0800 |
| commit | d264f9449ff1b8907cc4b9d8e36da3e80db77974 (patch) | |
| tree | caa50c2efca45af832f4a1964c637568f30420e8 /other/java | |
| parent | b541e39a2c182d8f98f5900b35f9f025825f71f6 (diff) | |
| parent | 083bf3a1370c3c9b119fa1c1126e481b6b7ce750 (diff) | |
| download | seaweedfs-d264f9449ff1b8907cc4b9d8e36da3e80db77974.tar.xz seaweedfs-d264f9449ff1b8907cc4b9d8e36da3e80db77974.zip | |
Merge pull request #2533 from banjiaojuhao/filer_add-datacenter-rack-datanode-for-path-specific-configuration
Diffstat (limited to 'other/java')
| -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; } |
