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 @@ -283,13 +283,21 @@ stuck.
283283Debug 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+
291295If 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
You can’t perform that action at this time.
0 commit comments