]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/cephfs: edit troubleshooting.rst
authorZac Dover <zac.dover@proton.me>
Sun, 10 Aug 2025 10:38:33 +0000 (20:38 +1000)
committerZac Dover <zac.dover@proton.me>
Tue, 19 Aug 2025 13:01:28 +0000 (23:01 +1000)
Edit the section "ceph-fuse" in the file doc/cephfs/troubleshooting.rst.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit ced66f00d7b09015ed43617e78e89d1e031858bd)

doc/cephfs/mount-using-fuse.rst
doc/cephfs/troubleshooting.rst

index 4cd46a1aa9ff8ed2b0db10e591dfe86f397d23a9..adea645ff55e41e3ced048e7398ecfcbce2b473b 100644 (file)
@@ -1,3 +1,5 @@
+.. _cephfs_mount_using_fuse:
+
 ========================
  Mount CephFS using FUSE
 ========================
index 7152fb3c5e407ec8f6fd0d26f70dd89413fe0e9e..d84ff4491b2eef7d2316f87a01b6b9438657dcb4 100644 (file)
@@ -297,8 +297,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<cephfs_mount_using_fuse>` documentation.
 
 Debug output
 ------------