aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-03-05 16:00:20 -0800
committerChris Lu <chris.lu@gmail.com>2020-03-05 16:00:20 -0800
commit31c481e3fce94a1a3872434a9907a574cb2679e1 (patch)
treeae03f8ae03ac2783ce98fbc93e9e782ff7fc57ad /weed/command/mount.go
parent465d18930bafc7123713909d59d5fe0f39aabee4 (diff)
downloadseaweedfs-31c481e3fce94a1a3872434a9907a574cb2679e1.tar.xz
seaweedfs-31c481e3fce94a1a3872434a9907a574cb2679e1.zip
fix typo
Diffstat (limited to 'weed/command/mount.go')
-rw-r--r--weed/command/mount.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/mount.go b/weed/command/mount.go
index e73cbee10..792845083 100644
--- a/weed/command/mount.go
+++ b/weed/command/mount.go
@@ -54,7 +54,7 @@ var cmdMount = &Command{
On OS X, it requires OSXFUSE (http://osxfuse.github.com/).
- If the SeaweedFS systemm runs in a container cluster, e.g. managed by kubernetes or docker compose,
+ If the SeaweedFS system runs in a container cluster, e.g. managed by kubernetes or docker compose,
the volume servers are not accessible by their own ip addresses.
In "outsideContainerClusterMode", the mount will use the filer ip address instead, assuming:
* All volume server containers are accessible through the same hostname or IP address as the filer.