diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-05-14 23:43:40 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-05-14 23:43:40 -0700 |
| commit | ab22407763f8dc205c31d30b0532583a6e13b5bf (patch) | |
| tree | d11000423b24c950c52cab6471c82ac3ee11194d | |
| parent | dd4ef58d9937168007d8501f56dab8347b50c1d6 (diff) | |
| download | seaweedfs-ab22407763f8dc205c31d30b0532583a6e13b5bf.tar.xz seaweedfs-ab22407763f8dc205c31d30b0532583a6e13b5bf.zip | |
filer ip only use bind ip
| -rw-r--r-- | weed/command/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/server.go b/weed/command/server.go index 5354fab27..e015e8832 100644 --- a/weed/command/server.go +++ b/weed/command/server.go @@ -128,7 +128,7 @@ func runServer(cmd *Command, args []string) bool { master := *serverIp + ":" + strconv.Itoa(*masterPort) filerOptions.masters = &master - filerOptions.ip = serverIp + filerOptions.ip = serverBindIp serverOptions.v.ip = serverIp serverOptions.v.bindIp = serverBindIp serverOptions.v.masters = &master |
