From e19b0cd66a07dbac476d8c9afc835324780240b6 Mon Sep 17 00:00:00 2001 From: Alexey Stupnikov Date: Tue, 26 Dec 2017 16:40:31 +0300 Subject: [PATCH] doc: Improve parameters description in cache_tiering article hit_set parameters aren't described in a sequence they introduced. This patch effecrively changes the sequence to improve description's logic. Signed-off-by: Alexey Stupnikov --- doc/rados/operations/cache-tiering.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rados/operations/cache-tiering.rst b/doc/rados/operations/cache-tiering.rst index 0f75afe4293..e743b5f2a12 100644 --- a/doc/rados/operations/cache-tiering.rst +++ b/doc/rados/operations/cache-tiering.rst @@ -235,8 +235,8 @@ For example:: ceph osd pool set hot-storage hit_set_type bloom -The ``hit_set_count`` and ``hit_set_period`` define how much time each HitSet -should cover, and how many such HitSets to store. :: +The ``hit_set_count`` and ``hit_set_period`` define how many such HitSets to +store, and how much time each HitSet should cover. :: ceph osd pool set {cachepool} hit_set_count 12 ceph osd pool set {cachepool} hit_set_period 14400