Skip to content

Commit efadd26

Browse files
authored
Merge pull request ceph#64931 from zdover23/wip-doc-2025-08-10-cephfs-troubleshooting-4
doc/cephfs: edit troubleshooting.rst Reviewed-by: Anthony D'Atri <[email protected]>
2 parents 58da0c9 + 012d38c commit efadd26

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
@@ -324,10 +324,17 @@ If you suspect a potential monitor issue, enable monitor debugging as well
324324
Kernel mount debugging
325325
======================
326326

327-
If there is an issue with the kernel client, the most important thing is
328-
figuring out whether the problem is with the kernel client or the MDS. Generally,
329-
this is easy to work out. If the kernel client broke directly, there will be
330-
output in ``dmesg``. Collect it and any inappropriate kernel state.
327+
The first step in diagnosing and repairing an issue with the kernel client is
328+
determining whether the problem is in the kernel client or in the MDS. If the
329+
kernel client itself is broken, evidence of its breakage will be in the kernel
330+
ring buffer, which can be examined by running the following command:
331+
332+
.. prompt:: bash #
333+
334+
dmesg
335+
336+
Find the relevant kernel state.
337+
331338

332339
Slow requests
333340
-------------

0 commit comments

Comments
 (0)