diff options
| author | chrislu <chris.lu@gmail.com> | 2022-05-29 16:37:14 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-05-29 16:37:14 -0700 |
| commit | ca16fbf0ef7acfae48a4dedb17bd4d9f2491052e (patch) | |
| tree | 161e0acab1a98fe99a267b6cbad7ee6d740d3736 /other | |
| parent | 921966450517bdb8f15a81a70a9069341c554cd5 (diff) | |
| download | seaweedfs-ca16fbf0ef7acfae48a4dedb17bd4d9f2491052e.tar.xz seaweedfs-ca16fbf0ef7acfae48a4dedb17bd4d9f2491052e.zip | |
shell: cluster.ps display filer group
Diffstat (limited to 'other')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 1 |
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 { |
