File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,17 +47,17 @@ too::
4747
4848 ceph-fuse --id foo -k /path/to/keyring /mnt/mycephfs
4949
50- You may pass the MON 's socket too , although this is not mandatory::
50+ You may pass a Monitor 's address and port on the commandline , although this is not mandatory::
5151
5252 ceph-fuse --id foo -m 192.168.0.1:6789 /mnt/mycephfs
5353
5454You can also mount a specific directory within CephFS instead of mounting
55- root of CephFS on your local FS ::
55+ the CephFS root ::
5656
5757 ceph-fuse --id foo -r /path/to/dir /mnt/mycephfs
5858
59- If you have more than one FS on your Ceph cluster, use the option
60- ``--client_fs `` to mount the non-default FS ::
59+ If you serve more than one CephFS file system from your Ceph cluster, use the option
60+ ``--client_fs `` to mount the non-default file system ::
6161
6262 ceph-fuse --id foo --client_fs mycephfs2 /mnt/mycephfs2
6363
@@ -71,8 +71,8 @@ Use ``umount`` to unmount CephFS like any other FS::
7171
7272 umount /mnt/mycephfs
7373
74- .. tip :: Ensure that you are not within the file system directories before
75- executing this command.
74+ .. tip :: Ensure that no shell or other processes have open files under the file system
75+ before executing this command. This includes a shell's current working directory .
7676
7777Persistent Mounts
7878=================
You can’t perform that action at this time.
0 commit comments