]> 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:37 +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 bf895f3c18e48ead3934c115c88ba7437b1ae369..781e0e1a4a72f4f800172732a3795c4f54df2595 100644 (file)
@@ -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<cephfs_mount_using_fuse>` documentation.
 
 Debug output
 ------------