]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix spelling errors of cephfs 23745/head
authorChen Zhenghua <chen.zhenghua@zte.com.cn>
Mon, 27 Aug 2018 02:56:24 +0000 (10:56 +0800)
committerChen Zhenghua <chen.zhenghua@zte.com.cn>
Mon, 27 Aug 2018 02:56:24 +0000 (10:56 +0800)
Signed-off-by: Chen Zhenghua <chen.zhenghua@zte.com.cn>
doc/cephfs/administration.rst
doc/cephfs/dirfrags.rst

index 348990a04845109ae9bfa0f200bfef89f923c912..289e668bccf2a18339149d18ce29f332788cc738 100644 (file)
@@ -130,7 +130,7 @@ of three forms:
     <fs_id>:<rank>
     <rank>
 
-Comamnds to manipulate MDS daemons:
+Commands to manipulate MDS daemons:
 
 ::
 
index df0b24264cb8a374a3f9aa58e8bb8c976fc25d69..7f42130789c530e8ab7050f8cbedd783d319e4db 100644 (file)
@@ -8,7 +8,7 @@ or very busy.  This splits up the metadata so that it can be shared
 between multiple MDS daemons, and between multiple objects in the
 metadata pool.
 
-In normal operation, directory fragmentation is invisbible to
+In normal operation, directory fragmentation is invisible to
 users and administrators, and all the configuration settings mentioned
 here should be left at their default values.
 
@@ -43,7 +43,7 @@ following sections.
 Size thresholds
 ===============
 
-A directory fragment is elegible for splitting when its size exceeds
+A directory fragment is eligible for splitting when its size exceeds
 ``mds_bal_split_size`` (default 10000).  Ordinarily this split is
 delayed by ``mds_bal_fragment_interval``, but if the fragment size
 exceeds a factor of ``mds_bal_fragment_fast_factor`` the split size,
@@ -59,7 +59,7 @@ this is set to 10 times the split size, giving a dirfrag size limit of
 100000.  Increasing this limit may lead to oversized directory fragment
 objects in the metadata pool, which the OSDs may not be able to handle.
 
-A directory fragment is elegible for merging when its size is less
+A directory fragment is eligible for merging when its size is less
 than ``mds_bal_merge_size``.  There is no merge equivalent of the
 "fast splitting" explained above: fast splitting exists to avoid
 creating oversized directory fragments, there is no equivalent issue