mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
Merge pull request #6272 from zhouyuan/fix_cache_tier_doc
doc: fix outdated content in cache tier Reviewed-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
commit
8b0f59331a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user