mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-24 03:03:36 +08:00
filer ip only use bind ip
This commit is contained in:
@@ -128,7 +128,7 @@ func runServer(cmd *Command, args []string) bool {
|
|||||||
|
|
||||||
master := *serverIp + ":" + strconv.Itoa(*masterPort)
|
master := *serverIp + ":" + strconv.Itoa(*masterPort)
|
||||||
filerOptions.masters = &master
|
filerOptions.masters = &master
|
||||||
filerOptions.ip = serverIp
|
filerOptions.ip = serverBindIp
|
||||||
serverOptions.v.ip = serverIp
|
serverOptions.v.ip = serverIp
|
||||||
serverOptions.v.bindIp = serverBindIp
|
serverOptions.v.bindIp = serverBindIp
|
||||||
serverOptions.v.masters = &master
|
serverOptions.v.masters = &master
|
||||||
|
Reference in New Issue
Block a user