aboutsummaryrefslogtreecommitdiff
path: root/other/java/client
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-05-29 16:37:14 -0700
committerchrislu <chris.lu@gmail.com>2022-05-29 16:37:14 -0700
commitca16fbf0ef7acfae48a4dedb17bd4d9f2491052e (patch)
tree161e0acab1a98fe99a267b6cbad7ee6d740d3736 /other/java/client
parent921966450517bdb8f15a81a70a9069341c554cd5 (diff)
downloadseaweedfs-ca16fbf0ef7acfae48a4dedb17bd4d9f2491052e.tar.xz
seaweedfs-ca16fbf0ef7acfae48a4dedb17bd4d9f2491052e.zip
shell: cluster.ps display filer group
Diffstat (limited to 'other/java/client')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 11be522e7..e5c7f21e7 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -338,6 +338,7 @@ message GetFilerConfigurationResponse {
int32 metrics_interval_sec = 10;
string version = 11;
string cluster_id = 12;
+ string filer_group = 13;
}
message SubscribeMetadataRequest {