From: Zac Dover Date: Sun, 10 Aug 2025 10:38:33 +0000 (+1000) Subject: doc/cephfs: edit troubleshooting.rst X-Git-Tag: testing/wip-jcollin-testing-20250827.085501-reef~10^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6bed6f69bcf3b52c2607d0fa6cfa032e39d157e4;p=ceph-ci.git doc/cephfs: edit troubleshooting.rst Edit the section "ceph-fuse" in the file doc/cephfs/troubleshooting.rst. Signed-off-by: Zac Dover (cherry picked from commit ced66f00d7b09015ed43617e78e89d1e031858bd) --- diff --git a/doc/cephfs/mount-using-fuse.rst b/doc/cephfs/mount-using-fuse.rst index 9a66ce17cdc..18642eed742 100644 --- a/doc/cephfs/mount-using-fuse.rst +++ b/doc/cephfs/mount-using-fuse.rst @@ -1,3 +1,5 @@ +.. _cephfs_mount_using_fuse: + ======================== Mount CephFS using FUSE ======================== diff --git a/doc/cephfs/troubleshooting.rst b/doc/cephfs/troubleshooting.rst index bf895f3c18e..781e0e1a4a7 100644 --- a/doc/cephfs/troubleshooting.rst +++ b/doc/cephfs/troubleshooting.rst @@ -301,8 +301,15 @@ or the client's requests are not reaching the MDS. ceph-fuse debugging =================== -ceph-fuse also supports ``dump_ops_in_flight``. See if it has any and where they are -stuck. +ceph-fuse is an alternative to the CephFS kernel driver that mounts CephFS file +systems in user space. ceph-fuse supports ``dump_ops_in_flight``. Use the following command to dump in-flight ceph-fuse operations for examination: + +.. + .. prompt:: bash # + + the command goes here - 10 Aug 2025 + +See the :ref:`Mount CephFS using FUSE` documentation. Debug output ------------