Skip to content

Commit 42ec3ad

Browse files
authored
Merge pull request ceph#64930 from zdover23/wip-doc-2025-08-10-cephfs-troubleshooting-3
doc/cephfs: edit troubleshooting.rst Reviewed-by: Anthony D'Atri <[email protected]>
2 parents cc0dae3 + 6f62b74 commit 42ec3ad

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

doc/cephfs/troubleshooting.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,13 +283,21 @@ stuck.
283283
Debug output
284284
------------
285285

286-
To get more debugging information from ceph-fuse, try running in the foreground
287-
with logging to the console (``-d``) and enabling client debug
288-
(``--debug-client=20``), enabling prints for each message sent
286+
To get more debugging information from ceph-fuse, list current operations in
287+
the foreground while logging to the console (``-d``), enabling client debug
288+
(``--debug-client=20``), and enabling prints for each message sent
289289
(``--debug-ms=1``).
290290

291+
.. prompt:: bash #
292+
293+
ceph daemon -d mds.<name> dump_ops_in_flight --debug-client=20 --debug-ms=1
294+
291295
If you suspect a potential monitor issue, enable monitor debugging as well
292-
(``--debug-monc=20``).
296+
(``--debug-monc=20``) by running a command of the following form:
297+
298+
.. prompt:: bash #
299+
300+
ceph daemon -d mds.<name> dump_ops_in_flight --debug-client=20 --debug-ms=1 --debug-monc=20
293301

294302
.. _kernel_mount_debugging:
295303

0 commit comments

Comments
 (0)