]> git.proxmox.com Git - ceph.git/blob - ceph/qa/objectstore/bluestore.yaml
update sources to v12.2.1
[ceph.git] / ceph / qa / objectstore / bluestore.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: 20
12 debug bluefs: 20
13 debug rocksdb: 10
14 bluestore fsck on mount: true
15 # lower the full ratios since we can fill up a 100gb osd so quickly
16 mon osd full ratio: .9
17 mon osd backfillfull_ratio: .85
18 mon osd nearfull ratio: .8
19 osd failsafe full ratio: .95
20 # this doesn't work with failures bc the log writes are not atomic across the two backends
21 # bluestore bluefs env mirror: true
22 ceph-deploy:
23 fs: xfs
24 bluestore: yes
25 conf:
26 osd:
27 osd objectstore: bluestore
28 bluestore block size: 96636764160
29 debug bluestore: 20
30 debug bluefs: 20
31 debug rocksdb: 10
32 bluestore fsck on mount: true
33 # lower the full ratios since we can fill up a 100gb osd so quickly
34 mon osd full ratio: .9
35 mon osd backfillfull_ratio: .85
36 mon osd nearfull ratio: .8
37 osd failsafe full ratio: .95
38