From 72eaa5e885ab4e30212b13f183ff8f13e923776c Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Fri, 28 Mar 2014 14:01:53 +0100 Subject: [PATCH] doc: fix typos in tiering dev doc Signed-off-by: Loic Dachary --- doc/dev/cache-pool.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev/cache-pool.rst b/doc/dev/cache-pool.rst index af76c83ce1d21..8c62877835337 100644 --- a/doc/dev/cache-pool.rst +++ b/doc/dev/cache-pool.rst @@ -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 -- 2.39.5