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 @@ -369,25 +369,32 @@ Mounting
369369Mount 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 +
374375healthy ``.
375376
376377Mount 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
380381version 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
392399Dynamic Debugging
393400=================
You can’t perform that action at this time.
0 commit comments