aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2021-12-23 17:23:26 -0800
committerchrislu <chris.lu@gmail.com>2021-12-23 17:23:26 -0800
commit7bf48ee135a06bbcdc06a05cd7ff4292d8d21514 (patch)
tree4be0d6c0844b642ea9db4b148b3a1c1375686bd4 /other/java
parent6de331b014ac83c1b2f8d127f164ede560535d8d (diff)
parent6ead7758cea182bcc4c5b7c4dc87c81420d1659b (diff)
downloadseaweedfs-7bf48ee135a06bbcdc06a05cd7ff4292d8d21514.tar.xz
seaweedfs-7bf48ee135a06bbcdc06a05cd7ff4292d8d21514.zip
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
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;
}