From: Anthony D'Atri Date: Fri, 11 Jul 2025 19:02:45 +0000 (-0400) Subject: doc/cephfs: Improve mount-using-fuse.rst X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F64472%2Fhead;p=ceph.git doc/cephfs: Improve mount-using-fuse.rst Signed-off-by: Anthony D'Atri (cherry picked from commit 329ee7b3038e49cf0def2f2628444e3e90796c05) --- diff --git a/doc/cephfs/mount-using-fuse.rst b/doc/cephfs/mount-using-fuse.rst index 5d9801e73ec3e..9a66ce17cdc46 100644 --- a/doc/cephfs/mount-using-fuse.rst +++ b/doc/cephfs/mount-using-fuse.rst @@ -44,17 +44,17 @@ too:: ceph-fuse --id foo -k /path/to/keyring /mnt/mycephfs -You may pass the MON's socket too, although this is not mandatory:: +You may pass a Monitor's address and port on the commandline, although this is not mandatory:: ceph-fuse --id foo -m 192.168.0.1:6789 /mnt/mycephfs You can also mount a specific directory within CephFS instead of mounting -root of CephFS on your local FS:: +the CephFS root:: ceph-fuse --id foo -r /path/to/dir /mnt/mycephfs -If you have more than one FS on your Ceph cluster, use the option -``--client_fs`` to mount the non-default FS:: +If you serve more than one CephFS file system from your Ceph cluster, use the option +``--client_fs`` to mount the non-default file system:: ceph-fuse --id foo --client_fs mycephfs2 /mnt/mycephfs2 @@ -68,8 +68,8 @@ Use ``umount`` to unmount CephFS like any other FS:: umount /mnt/mycephfs -.. tip:: Ensure that you are not within the file system directories before - executing this command. +.. tip:: Ensure that no shell or other processes have open files under the file system + before executing this command. This includes a shell's current working directory. Persistent Mounts =================