ceph/suites/rbd/thrash/thrashers/cache.yaml
Sage Weil d7967b428b rbd/thrash: factor out install + ceph
Signed-off-by: Sage Weil <sage@inktank.com>
2014-04-18 09:53:59 -07:00

19 lines
540 B
YAML

overrides:
ceph:
log-whitelist:
- wrongly marked me down
- objects unfound and apparently lost
tasks:
- exec:
client.0:
- ceph osd pool create cache 4
- ceph osd tier add rbd cache
- ceph osd tier cache-mode cache writeback
- ceph osd tier set-overlay rbd cache
- ceph osd pool set cache hit_set_type bloom
- ceph osd pool set cache hit_set_count 8
- ceph osd pool set cache hit_set_period 60
- ceph osd pool set cache target_max_objects 250
- thrashosds:
timeout: 1200