From 6e34c7d50494939af9949cba124bc72395f753e3 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sun, 10 Aug 2025 20:38:33 +1000 Subject: [PATCH] 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) --- doc/cephfs/mount-using-fuse.rst | 2 ++ doc/cephfs/troubleshooting.rst | 11 +++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) 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 f6d1cbff980..968df0bb441 100644 --- a/doc/cephfs/troubleshooting.rst +++ b/doc/cephfs/troubleshooting.rst @@ -294,8 +294,15 @@ 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 ------------ -- 2.39.5