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