]> git.proxmox.com Git - ceph.git/blob - ceph/qa/cephfs/objectstore-ec/bluestore-ec-root.yaml
update sources to 12.2.2
[ceph.git] / ceph / qa / cephfs / objectstore-ec / bluestore-ec-root.yaml
1 overrides:
2 thrashosds:
3 bdev_inject_crash: 2
4 bdev_inject_crash_probability: .5
5 ceph:
6 fs: xfs
7 cephfs_ec_profile:
8 - m=2
9 - k=2
10 - crush-failure-domain=osd
11 conf:
12 osd:
13 osd objectstore: bluestore
14 bluestore block size: 96636764160
15 debug bluestore: 20
16 debug bluefs: 20
17 debug rocksdb: 10
18 bluestore fsck on mount: true
19 # lower the full ratios since we can fill up a 100gb osd so quickly
20 mon osd full ratio: .9
21 mon osd backfillfull_ratio: .85
22 mon osd nearfull ratio: .8
23 osd failsafe full ratio: .95
24 # this doesn't work with failures bc the log writes are not atomic across the two backends
25 # bluestore bluefs env mirror: true
26 ceph-deploy:
27 fs: xfs
28 bluestore: yes
29 conf:
30 osd:
31 osd objectstore: bluestore
32 bluestore block size: 96636764160
33 debug bluestore: 20
34 debug bluefs: 20
35 debug rocksdb: 10
36 bluestore fsck on mount: true
37 # lower the full ratios since we can fill up a 100gb osd so quickly
38 mon osd full ratio: .9
39 mon osd backfillfull_ratio: .85
40 mon osd nearfull ratio: .8
41 osd failsafe full ratio: .95
42