From: xiexingguo Date: Fri, 26 Feb 2016 14:39:57 +0000 (+0800) Subject: doc: fix typo X-Git-Tag: v10.1.0~294^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dc7e027ea53da87981b6662bc3485167042d657b;p=ceph.git doc: fix typo Signed-off-by: xiexingguo --- diff --git a/doc/rados/operations/cache-tiering.rst b/doc/rados/operations/cache-tiering.rst index 25dc7c45868..f7fadd06b6f 100644 --- a/doc/rados/operations/cache-tiering.rst +++ b/doc/rados/operations/cache-tiering.rst @@ -286,7 +286,7 @@ objects with a higher speed. To set the ``cache_target_dirty_high_ratio``:: ceph osd pool set {cachepool} cache_target_dirty_high_ratio {0.0..1.0} -For example, setting the value to ``0.6`` will begin aggressively flush diryt objects +For example, setting the value to ``0.6`` will begin aggressively flush dirty objects when they reach 60% of the cache pool's capacity. obviously, we'd better set the value between dirty_ratio and full_ratio::