diff options
| author | chrislu <chris.lu@gmail.com> | 2022-05-01 21:59:16 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-05-01 21:59:16 -0700 |
| commit | 94635e9b5c81d6afa1b54f20f5d2d2595bba2322 (patch) | |
| tree | 9e6eb799c480603598b020e4f6cdddaa21f555af /weed/shell/shell_liner.go | |
| parent | 4bd6bea4295cd238278b20f18a15664fa3465008 (diff) | |
| download | seaweedfs-94635e9b5c81d6afa1b54f20f5d2d2595bba2322.tar.xz seaweedfs-94635e9b5c81d6afa1b54f20f5d2d2595bba2322.zip | |
filer: add filer group
Diffstat (limited to 'weed/shell/shell_liner.go')
| -rw-r--r-- | weed/shell/shell_liner.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/shell/shell_liner.go b/weed/shell/shell_liner.go index 94a68f5bc..595dbf679 100644 --- a/weed/shell/shell_liner.go +++ b/weed/shell/shell_liner.go @@ -54,6 +54,7 @@ func RunShell(options ShellOptions) { commandEnv.MasterClient.WithClient(false, func(client master_pb.SeaweedClient) error { resp, err := client.ListClusterNodes(context.Background(), &master_pb.ListClusterNodesRequest{ ClientType: cluster.FilerType, + FilerGroup: *options.FilerGroup, }) if err != nil { return err |
