]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix typos in tiering dev doc 1549/head
authorLoic Dachary <loic@dachary.org>
Fri, 28 Mar 2014 13:01:53 +0000 (14:01 +0100)
committerLoic Dachary <loic@dachary.org>
Fri, 28 Mar 2014 13:02:25 +0000 (14:02 +0100)
Signed-off-by: Loic Dachary <loic@dachary.org>
doc/dev/cache-pool.rst

index af76c83ce1d21afbe7da34f4d248330d384d1101..8c62877835337ff6a1912d3ed264e7fd5942cb6e 100644 (file)
@@ -155,7 +155,7 @@ relative to a 'target size' of the pool.  For example::
  ceph osd pool set foo-hot cache_target_dirty_ratio .4
  ceph osd pool set foo-hot cache_target_full_ratio .8
 
-will being flushing dirty objects when 40% of the pool is dirty and begin
+will begin flushing dirty objects when 40% of the pool is dirty and begin
 evicting clean objects when we reach 80% of the target size.
 
 The target size can be specified either in terms of objects or bytes::
@@ -163,7 +163,7 @@ The target size can be specified either in terms of objects or bytes::
  ceph osd pool set foo-hot target_max_bytes 1000000000000  # 1 TB
  ceph osd pool set foo-hot target_max_objets 1000000       # 1 million objects
 
-Note that if both limits are specified, Ceph will being flushing or
+Note that if both limits are specified, Ceph will begin flushing or
 evicting when either threshold is triggered.
 
 Other tunables