]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/rbd/qemu/pool/ec-cache-pool.yaml
update sources to v12.1.3
[ceph.git] / ceph / qa / suites / rbd / qemu / pool / ec-cache-pool.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 erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2
11 - sudo ceph osd pool delete rbd rbd --yes-i-really-really-mean-it
12 - sudo ceph osd pool create rbd 4 4 erasure teuthologyprofile
13 - sudo ceph osd pool create cache 4
14 - sudo ceph osd tier add rbd cache
15 - sudo ceph osd tier cache-mode cache writeback
16 - sudo ceph osd tier set-overlay rbd cache
17 - sudo ceph osd pool set cache hit_set_type bloom
18 - sudo ceph osd pool set cache hit_set_count 8
19 - sudo ceph osd pool set cache hit_set_period 60
20 - sudo ceph osd pool set cache target_max_objects 250
21 - rbd pool init rbd