aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_std.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@uber.com>2019-03-19 05:47:41 -0700
committerChris Lu <chris.lu@uber.com>2019-03-19 05:47:41 -0700
commitda871896c345372780c35de7364b42d910935c53 (patch)
tree32a8bf8419c3533a5d59ab194a2a6dcc664c95b2 /weed/command/mount_std.go
parent916b809c086e94208eabe2af1086bcb1289ed298 (diff)
downloadseaweedfs-da871896c345372780c35de7364b42d910935c53.tar.xz
seaweedfs-da871896c345372780c35de7364b42d910935c53.zip
weed filer: set grpc port to port + 10000
Diffstat (limited to 'weed/command/mount_std.go')
-rw-r--r--weed/command/mount_std.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/mount_std.go b/weed/command/mount_std.go
index 2b274e200..c047b94c3 100644
--- a/weed/command/mount_std.go
+++ b/weed/command/mount_std.go
@@ -87,7 +87,7 @@ func runMount(cmd *Command, args []string) bool {
c.Close()
})
- filerGrpcAddress, err := parseFilerGrpcAddress(*mountOptions.filer, *mountOptions.filerGrpcPort)
+ filerGrpcAddress, err := parseFilerGrpcAddress(*mountOptions.filer)
if err != nil {
glog.Fatal(err)
return false