diff options
| author | chrislu <chris.lu@gmail.com> | 2022-07-01 23:34:51 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-07-28 23:22:07 -0700 |
| commit | 87ccef72db028a0a07ca359bd2b4d39d1e622b93 (patch) | |
| tree | a5af9471e9719cf53b2048fb352565a5c7dddf69 /weed/command/server.go | |
| parent | ac66227798208b80b79791b3dbb68aeac3449a1c (diff) | |
| download | seaweedfs-87ccef72db028a0a07ca359bd2b4d39d1e622b93.tar.xz seaweedfs-87ccef72db028a0a07ca359bd2b4d39d1e622b93.zip | |
cluster.ps can list brokers
Diffstat (limited to 'weed/command/server.go')
| -rw-r--r-- | weed/command/server.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/server.go b/weed/command/server.go index 7c14fd14f..2c363087c 100644 --- a/weed/command/server.go +++ b/weed/command/server.go @@ -225,6 +225,7 @@ func runServer(cmd *Command, args []string) bool { iamOptions.filer = &filerAddress webdavOptions.filer = &filerAddress mqBrokerOptions.filer = &filerAddress + mqBrokerOptions.filerGroup = filerOptions.filerGroup go stats_collect.StartMetricsServer(*serverMetricsHttpPort) |
