|
|
@ -58,6 +58,7 @@ func RunMount(option *MountOptions, umask os.FileMode) bool { |
|
|
|
return true |
|
|
|
} |
|
|
|
|
|
|
|
util.LoadConfiguration("security", false) |
|
|
|
// try to connect to filer, filerBucketsPath may be useful later
|
|
|
|
grpcDialOption := security.LoadClientTLS(util.GetViper(), "grpc.client") |
|
|
|
var cipher bool |
|
|
@ -78,8 +79,6 @@ func RunMount(option *MountOptions, umask os.FileMode) bool { |
|
|
|
dir := util.ResolvePath(*option.dir) |
|
|
|
chunkSizeLimitMB := *mountOptions.chunkSizeLimitMB |
|
|
|
|
|
|
|
util.LoadConfiguration("security", false) |
|
|
|
|
|
|
|
fmt.Printf("This is SeaweedFS version %s %s %s\n", util.Version(), runtime.GOOS, runtime.GOARCH) |
|
|
|
if dir == "" { |
|
|
|
fmt.Printf("Please specify the mount directory via \"-dir\"") |
|
|
|