|
|
@ -152,7 +152,7 @@ func runServer(cmd *Command, args []string) bool { |
|
|
|
if nfs_err != nil { |
|
|
|
glog.Fatalf(nfs_err.Error()) |
|
|
|
} |
|
|
|
glog.V(0).Infoln("Start Weed Filer", util.VERSION, "at port", strconv.Itoa(*filerOptions.port)) |
|
|
|
glog.V(0).Infoln("Start Seaweed Filer", util.VERSION, "at port", strconv.Itoa(*filerOptions.port)) |
|
|
|
filerListener, e := util.NewListener( |
|
|
|
":"+strconv.Itoa(*filerOptions.port), |
|
|
|
time.Duration(10)*time.Second, |
|
|
|