]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix typos 43017/head
authorwangxinyu <wangxinyu@inspur.com>
Thu, 2 Sep 2021 05:08:21 +0000 (13:08 +0800)
committerwangxinyu <wangxinyu@inspur.com>
Sun, 5 Sep 2021 02:19:47 +0000 (10:19 +0800)
Signed-off-by: wangxinyu <wangxinyu@inspur.com>
doc/cephfs/dynamic-metadata-management.rst
doc/rados/operations/crush-map.rst
doc/rados/operations/health-checks.rst
src/doc/caching.txt

index 5ef8d3ee7b144d32b09e76abeb3bac6753a25556..4408be7bfbf4784fc8f5ab720c3a81f86f58572a 100644 (file)
@@ -86,5 +86,5 @@ stray expiration notices, the exporter unfreezes the subtree, cleans
 up its migration-related state, and sends a final MExportFinish to the
 importer. Upon receipt, the importer logs an EImportFinish(true)
 (noting locally that the export was indeed a success), unfreezes its
-subtree, processes any queued cache expierations, and cleans up its
+subtree, processes any queued cache expirations, and cleans up its
 state.
index 68c12d1d5f734516ccc08e8655f759c0d977a7b3..5a51cd2ccab53fc9fbc283cc508ea720a438d493 100644 (file)
@@ -714,7 +714,7 @@ The ``bobtail`` tunable profile fixes a few key misbehaviors:
 
  * For large clusters, some small percentages of PGs map to fewer than
    the desired number of OSDs.  This is more prevalent when there are
-   mutiple hierarchy layers in use (e.g., ``row``, ``rack``, ``host``, ``osd``).
+   multiple hierarchy layers in use (e.g., ``row``, ``rack``, ``host``, ``osd``).
 
  * When some OSDs are marked out, the data tends to get redistributed
    to nearby OSDs instead of across the entire hierarchy.
index 5b8f759b1134f65a84dc6785b6ea450b5af0d6f0..08c05b553631f8b8c5075bd2d7febc3208b25709 100644 (file)
@@ -47,7 +47,7 @@ their initial connection to the cluster as they may need to try more
 addresses before they reach an operating monitor.
 
 The down monitor daemon should generally be restarted as soon as
-possible to reduce the risk of a subsequen monitor failure leading to
+possible to reduce the risk of a subsequent monitor failure leading to
 a service outage.
 
 MON_CLOCK_SKEW
@@ -759,7 +759,7 @@ Detailed information about which PGs are affected is available from::
   ceph health detail
 
 In most cases the root cause is that one or more OSDs is currently
-down; see the dicussion for ``OSD_DOWN`` above.
+down; see the discussion for ``OSD_DOWN`` above.
 
 The state of specific problematic PGs can be queried with::
 
index f623824cb730e699fd520889f0e1e5410aa6277a..1713ca4607905ca5fc3f07e187224076bf2e005c 100644 (file)
@@ -292,7 +292,7 @@ stray expiration notices, the exporter unfreezes the subtree, cleans
 up its migration-related state, and sends a final MExportFinish to the
 importer.  Upon receipt, the importer logs an EImportFinish(true)
 (noting locally that the export was indeed a success), unfreezes its
-subtree, processes any queued cache expierations, and cleans up its
+subtree, processes any queued cache expirations, and cleans up its
 state.