]> git.proxmox.com Git - ceph.git/blob - ceph/qa/objectstore/bluestore-comp-snappy.yaml
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / qa / objectstore / bluestore-comp-snappy.yaml
1 overrides:
2 thrashosds:
3 bdev_inject_crash: 2
4 bdev_inject_crash_probability: .5
5 ceph:
6 fs: xfs
7 conf:
8 osd:
9 osd objectstore: bluestore
10 bluestore block size: 96636764160
11 debug bluestore: 1/20
12 debug bluefs: 1/20
13 debug rocksdb: 4/10
14 bluestore compression mode: aggressive
15 bluestore fsck on mount: true
16 bluestore compression algorithm: snappy
17 # lower the full ratios since we can fill up a 100gb osd so quickly
18 mon osd full ratio: .9
19 mon osd backfillfull_ratio: .85
20 mon osd nearfull ratio: .8
21 osd failsafe full ratio: .95
22
23 # this doesn't work with failures bc the log writes are not atomic across the two backends
24 # bluestore bluefs env mirror: true