MDS default cache memory limit is now 4GB.
Signed-off-by: wangxinyu <wangxinyu@inspur.com>
limit set by the administrator. If the MDS cache becomes too large, the daemon
may exhaust available memory and crash. By default, this message appears if
the actual cache size (in memory) is at least 50% greater than
- ``mds_cache_memory_limit`` (default 1GB). Modify ``mds_health_cache_threshold``
+ ``mds_cache_memory_limit`` (default 4GB). Modify ``mds_health_cache_threshold``
to set the warning ratio.
``FS_WITH_FAILED_MDS``
---------------------------
``mount.ceph`` helper is installed by Ceph packages. The helper passes the
monitor address(es) and CephX user keyrings automatically saving the Ceph
-admin the effort to pass these details explicitly while mountng CephFS. In
+admin the effort to pass these details explicitly while mounting CephFS. In
case the helper is not present on the client machine, CephFS can still be
mounted using kernel but by passing these details explicitly to the ``mount``
command. To check whether it is present on your system, do::