Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / suites / fs / basic_functional / tasks / mds-full.yaml
1
2 overrides:
3   ceph:
4     log-whitelist:
5       - OSD full dropping all updates
6       - OSD near full
7       - failsafe engaged, dropping updates
8       - failsafe disengaged, no longer dropping
9       - is full \(reached quota
10     conf:
11       mon:
12         mon osd nearfull ratio: 0.6
13         mon osd backfillfull ratio: 0.6
14         mon osd full ratio: 0.7
15       osd:
16         osd mon report interval max: 5
17         osd objectstore: memstore
18         osd failsafe full ratio: 1.0
19         memstore device bytes: 200000000
20       client.0:
21         debug client: 20
22         debug objecter: 20
23         debug objectcacher: 20
24       client.1:
25         debug client: 20
26         debug objecter: 20
27         debug objectcacher: 20
28
29 tasks:
30   - cephfs_test_runner:
31       modules:
32         - tasks.cephfs.test_full