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