File tree Expand file tree Collapse file tree 1 file changed +16
-9
lines changed
Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -352,25 +352,32 @@ Mounting
352352Mount 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 +
357358healthy ``.
358359
359360Mount 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
363364version 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
375382Dynamic Debugging
376383=================
You can’t perform that action at this time.
0 commit comments