Skip to content

Commit 98fcdcd

Browse files
authored
Merge pull request ceph#64981 from zdover23/wip-doc-2025-08-12-cephfs-troubleshooting
doc/cephfs: edit troubleshooting.rst Reviewed-by: Anthony D'Atri <[email protected]>
2 parents 42ec3ad + bcb542f commit 98fcdcd

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
@@ -369,25 +369,32 @@ Mounting
369369
Mount 5 Error
370370
-------------
371371

372-
A mount 5 error typically occurs if a MDS server is laggy or if it crashed.
373-
Ensure at least one MDS is up and running, and the cluster is ``active +
372+
A ``mount 5`` error indicates a lagging MDS server or a crashed MDS server.
373+
374+
Ensure that at least one MDS is up and running, and the cluster is ``active +
374375
healthy``.
375376

376377
Mount 12 Error
377378
--------------
378379

379-
A mount 12 error with ``cannot allocate memory`` usually occurs if you have a
380+
A mount 12 error with a message reading ``cannot allocate memory`` indicates a
380381
version mismatch between the :term:`Ceph Client` version and the :term:`Ceph
381-
Storage Cluster` version. Check the versions using::
382+
Storage Cluster` version. Check the versions using the following command:
383+
384+
.. prompt:: bash #
382385

383-
ceph -v
386+
ceph -v
384387

385-
If the Ceph Client is behind the Ceph cluster, try to upgrade it::
388+
If the Ceph Client is of an older version than the Ceph cluster, upgrade
389+
the Client:
390+
391+
.. prompt:: bash #
386392

387-
sudo apt-get update && sudo apt-get install ceph-common
393+
sudo apt-get update && sudo apt-get install ceph-common
388394

389-
You may need to uninstall, autoclean and autoremove ``ceph-common``
390-
and then reinstall it so that you have the latest version.
395+
If this fails to resolve the problem, uninstall, autoclean, and autoremove the
396+
``ceph-common`` package and then reinstall it to ensure that you have the
397+
latest version of it.
391398

392399
Dynamic Debugging
393400
=================

0 commit comments

Comments
 (0)