]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/rbd/basic/cachepool/small.yaml
update sources to v12.1.3
[ceph.git] / ceph / qa / suites / rbd / basic / cachepool / small.yaml
1 overrides:
2 ceph:
3 log-whitelist:
4 - overall HEALTH_
5 - \(CACHE_POOL_NEAR_FULL\)
6 - \(CACHE_POOL_NO_HIT_SET\)
7 tasks:
8 - exec:
9 client.0:
10 - sudo ceph osd pool create cache 4
11 - sudo ceph osd tier add rbd cache
12 - sudo ceph osd tier cache-mode cache writeback
13 - sudo ceph osd tier set-overlay rbd cache
14 - sudo ceph osd pool set cache hit_set_type bloom
15 - sudo ceph osd pool set cache hit_set_count 8
16 - sudo ceph osd pool set cache hit_set_period 60
17 - sudo ceph osd pool set cache target_max_objects 250