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