Skip to content

Commit 012d38c

Browse files
committed
doc/cephfs: edit troubleshooting.rst
Edit the section "Kernel Mount Debugging" in the file doc/cephfs/troubleshooting.rst. Signed-off-by: Zac Dover <[email protected]>
1 parent 0542a5e commit 012d38c

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

doc/cephfs/troubleshooting.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,10 +287,17 @@ If you suspect a potential monitor issue, enable monitor debugging as well
287287
Kernel mount debugging
288288
======================
289289

290-
If there is an issue with the kernel client, the most important thing is
291-
figuring out whether the problem is with the kernel client or the MDS. Generally,
292-
this is easy to work out. If the kernel client broke directly, there will be
293-
output in ``dmesg``. Collect it and any inappropriate kernel state.
290+
The first step in diagnosing and repairing an issue with the kernel client is
291+
determining whether the problem is in the kernel client or in the MDS. If the
292+
kernel client itself is broken, evidence of its breakage will be in the kernel
293+
ring buffer, which can be examined by running the following command:
294+
295+
.. prompt:: bash #
296+
297+
dmesg
298+
299+
Find the relevant kernel state.
300+
294301

295302
Slow requests
296303
-------------

0 commit comments

Comments
 (0)