diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-02-22 21:21:07 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-22 21:21:07 -0800 |
| commit | 8b806fb2739a5981474b420db00b35f60b6f45ef (patch) | |
| tree | dcdfb3443b1164d2b0c5db34b327cbacdb2c1d0c /weed/command/server.go | |
| parent | 5f6f9e9a535486c2fac2d4aae1b411a49c267dbd (diff) | |
| parent | d2ec62656d347469b1f14a8350f5c5b1cfc42420 (diff) | |
| download | seaweedfs-8b806fb2739a5981474b420db00b35f60b6f45ef.tar.xz seaweedfs-8b806fb2739a5981474b420db00b35f60b6f45ef.zip | |
Merge pull request #2696 from vanhtuan0409/fix-iam-panic
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 bab77de15..1c0927c76 100644 --- a/weed/command/server.go +++ b/weed/command/server.go @@ -190,6 +190,7 @@ func runServer(cmd *Command, args []string) bool { filerOptions.ip = serverIp filerOptions.bindIp = serverBindIp s3Options.bindIp = serverBindIp + iamOptions.masters = masterOptions.peers serverOptions.v.ip = serverIp serverOptions.v.bindIp = serverBindIp serverOptions.v.masters = pb.ServerAddresses(*masterOptions.peers).ToAddresses() |
