From 65d0fc44c117e40e270110383aa62bfdf6787242 Mon Sep 17 00:00:00 2001 From: Yuan Zhou Date: Thu, 15 Oct 2015 10:19:19 +0800 Subject: [PATCH] doc: fix outdated content in cache tier same as d5a56c497a844da8401661f24e68bb325be551e7 Signed-off-by: Yuan Zhou --- doc/rados/operations/cache-tiering.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/rados/operations/cache-tiering.rst b/doc/rados/operations/cache-tiering.rst index 8275fe4381d3..bde4267b56b2 100644 --- a/doc/rados/operations/cache-tiering.rst +++ b/doc/rados/operations/cache-tiering.rst @@ -174,9 +174,7 @@ 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. Currently there is minimal -benefit for ``hit_set_count`` > 1 since the agent does not yet act intelligently -on that information. :: +should cover, and how many such HitSets to store. :: ceph osd pool set {cachepool} hit_set_count 1 ceph osd pool set {cachepool} hit_set_period 3600 -- 2.47.3