Skip to content

Commit 329ee7b

Browse files
committed
doc/cephfs: Improve mount-using-fuse.rst
Signed-off-by: Anthony D'Atri <[email protected]>
1 parent eee6795 commit 329ee7b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/cephfs/mount-using-fuse.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

5454
You 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

7777
Persistent Mounts
7878
=================

0 commit comments

Comments
 (0)