File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -274,13 +274,21 @@ stuck.
274274Debug 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+
282286If 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
You can’t perform that action at this time.
0 commit comments