aboutsummaryrefslogtreecommitdiff
path: root/weed/command/shell.go
diff options
context:
space:
mode:
authorKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-05-03 00:13:57 +0500
committerKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-05-03 00:13:57 +0500
commitd8925b4e832b9ed12deae0b9b94cd5f050f2f258 (patch)
treea197c8619048285e87c89932666ec0c7b2434f40 /weed/command/shell.go
parent7640e650e5e647e6d6f3c8043c1e0a7442f154c7 (diff)
parent998c1973eae6cbf5f91a80d3d6a864db91a3d38f (diff)
downloadseaweedfs-d8925b4e832b9ed12deae0b9b94cd5f050f2f258.tar.xz
seaweedfs-d8925b4e832b9ed12deae0b9b94cd5f050f2f258.zip
Merge branch 'new_master' into ydb
# Conflicts: # go.mod # go.sum
Diffstat (limited to 'weed/command/shell.go')
-rw-r--r--weed/command/shell.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/shell.go b/weed/command/shell.go
index 3ba51aec1..c32a8e614 100644
--- a/weed/command/shell.go
+++ b/weed/command/shell.go
@@ -18,6 +18,7 @@ var (
func init() {
cmdShell.Run = runShell // break init cycle
shellOptions.Masters = cmdShell.Flag.String("master", "", "comma-separated master servers, e.g. localhost:9333")
+ shellOptions.FilerGroup = cmdShell.Flag.String("filerGroup", "", "filerGroup for the filers")
shellInitialFiler = cmdShell.Flag.String("filer", "", "filer host and port, e.g. localhost:8888")
shellCluster = cmdShell.Flag.String("cluster", "", "cluster defined in shell.toml")
}