mirror of
https://github.com/ceph/ceph
synced 2025-01-18 00:43:38 +00:00
e8c04a027b
Related: http://tracker.ceph.com/issues/19185 Signed-off-by: Kefu Chai <kchai@redhat.com>
15 lines
478 B
YAML
15 lines
478 B
YAML
overrides:
|
|
ceph:
|
|
log-whitelist:
|
|
- must scrub before tier agent can activate
|
|
tasks:
|
|
- exec:
|
|
client.0:
|
|
- ceph osd pool create cache-pool 4
|
|
- ceph osd tier add base-pool cache-pool
|
|
- ceph osd tier cache-mode cache-pool writeback
|
|
- ceph osd tier set-overlay base-pool cache-pool
|
|
- ceph osd pool set cache-pool hit_set_type bloom
|
|
- ceph osd pool set cache-pool hit_set_count 8
|
|
- ceph osd pool set cache-pool hit_set_period 5
|