Skip to content

Commit 6f62b74

Browse files
committed
doc/cephfs: edit troubleshooting.rst
Edit the section "debug output" in the file doc/cephfs/troubleshooting.rst. Signed-off-by: Zac Dover <[email protected]>
1 parent 0542a5e commit 6f62b74

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
@@ -274,13 +274,21 @@ stuck.
274274
Debug output
275275
------------
276276

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

282+
.. prompt:: bash #
283+
284+
ceph daemon -d mds.<name> dump_ops_in_flight --debug-client=20 --debug-ms=1
285+
282286
If you suspect a potential monitor issue, enable monitor debugging as well
283-
(``--debug-monc=20``).
287+
(``--debug-monc=20``) by running a command of the following form:
288+
289+
.. prompt:: bash #
290+
291+
ceph daemon -d mds.<name> dump_ops_in_flight --debug-client=20 --debug-ms=1 --debug-monc=20
284292

285293
.. _kernel_mount_debugging:
286294

0 commit comments

Comments
 (0)