Skip to content

Commit bcb542f

Browse files
committed
doc/cephfs: edit troubleshooting.rst
Edit the "Mount 5 Error" and "Mount 12 Error" sections of doc/cephfs/troubleshooting.rst. Signed-off-by: Zac Dover <[email protected]>
1 parent cbbac68 commit bcb542f

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

doc/cephfs/troubleshooting.rst

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -352,25 +352,32 @@ Mounting
352352
Mount 5 Error
353353
-------------
354354

355-
A mount 5 error typically occurs if a MDS server is laggy or if it crashed.
356-
Ensure at least one MDS is up and running, and the cluster is ``active +
355+
A ``mount 5`` error indicates a lagging MDS server or a crashed MDS server.
356+
357+
Ensure that at least one MDS is up and running, and the cluster is ``active +
357358
healthy``.
358359

359360
Mount 12 Error
360361
--------------
361362

362-
A mount 12 error with ``cannot allocate memory`` usually occurs if you have a
363+
A mount 12 error with a message reading ``cannot allocate memory`` indicates a
363364
version mismatch between the :term:`Ceph Client` version and the :term:`Ceph
364-
Storage Cluster` version. Check the versions using::
365+
Storage Cluster` version. Check the versions using the following command:
366+
367+
.. prompt:: bash #
365368

366-
ceph -v
369+
ceph -v
367370

368-
If the Ceph Client is behind the Ceph cluster, try to upgrade it::
371+
If the Ceph Client is of an older version than the Ceph cluster, upgrade
372+
the Client:
373+
374+
.. prompt:: bash #
369375

370-
sudo apt-get update && sudo apt-get install ceph-common
376+
sudo apt-get update && sudo apt-get install ceph-common
371377

372-
You may need to uninstall, autoclean and autoremove ``ceph-common``
373-
and then reinstall it so that you have the latest version.
378+
If this fails to resolve the problem, uninstall, autoclean, and autoremove the
379+
``ceph-common`` package and then reinstall it to ensure that you have the
380+
latest version of it.
374381

375382
Dynamic Debugging
376383
=================

0 commit comments

Comments
 (0)