diff options
| author | chrislu <chris.lu@gmail.com> | 2021-12-23 17:23:26 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2021-12-23 17:23:26 -0800 |
| commit | 7bf48ee135a06bbcdc06a05cd7ff4292d8d21514 (patch) | |
| tree | 4be0d6c0844b642ea9db4b148b3a1c1375686bd4 /other | |
| parent | 6de331b014ac83c1b2f8d127f164ede560535d8d (diff) | |
| parent | 6ead7758cea182bcc4c5b7c4dc87c81420d1659b (diff) | |
| download | seaweedfs-7bf48ee135a06bbcdc06a05cd7ff4292d8d21514.tar.xz seaweedfs-7bf48ee135a06bbcdc06a05cd7ff4292d8d21514.zip | |
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
Diffstat (limited to 'other')
| -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; } |
