]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: edit troubleshooting.rst 65125/head
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:33 +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 9a66ce17cdc466dba40474b2c76af5a0f4bfbad3..18642eed742f3284b64346a278d709f8df482e7c 100644 (file)
@@ -1,3 +1,5 @@
+.. _cephfs_mount_using_fuse:
+
 ========================
  Mount CephFS using FUSE
 ========================
index f6d1cbff98088c3c04925d2c11abc41278991a50..968df0bb44171bcf55a9d3f0c14e43ff9b3c304d 100644 (file)
@@ -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<cephfs_mount_using_fuse>` documentation.
 
 Debug output
 ------------