summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/rbd/basic/cachepool/small.yaml
blob: 1b5056573543048929c95acbb31c5f3a8595a9f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
overrides:
  ceph:
    log-whitelist:
      - overall HEALTH_
      - \(CACHE_POOL_NEAR_FULL\)
      - \(CACHE_POOL_NO_HIT_SET\)
tasks:
- exec:
    client.0:
      - sudo ceph osd pool create cache 4
      - sudo ceph osd tier add rbd cache
      - sudo ceph osd tier cache-mode cache writeback
      - sudo ceph osd tier set-overlay rbd cache
      - sudo ceph osd pool set cache hit_set_type bloom
      - sudo ceph osd pool set cache hit_set_count 8
      - sudo ceph osd pool set cache hit_set_period 60
      - sudo ceph osd pool set cache target_max_objects 250