Add "-ip.bind" option when starting volume servers.
Also some Weed->Seaweed changes.
This commit is contained in:
@@ -63,7 +63,7 @@ func runMaster(cmd *Command, args []string) bool {
|
||||
|
||||
listeningAddress := *masterIp + ":" + strconv.Itoa(*mport)
|
||||
|
||||
glog.V(0).Infoln("Start Weed Master", util.VERSION, "at", listeningAddress)
|
||||
glog.V(0).Infoln("Start Seaweed Master", util.VERSION, "at", listeningAddress)
|
||||
|
||||
listener, e := util.NewListener(listeningAddress, time.Duration(*mTimeout)*time.Second)
|
||||
if e != nil {
|
||||
|
||||
Reference in New Issue
Block a user