blob: 53735001963939c6ce75d2c70e23a0fea5c719e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
overrides:
ceph:
log-whitelist:
- OSD full dropping all updates
- OSD near full
- failsafe engaged, dropping updates
- failsafe disengaged, no longer dropping
- is full \(reached quota
conf:
mon:
mon osd nearfull ratio: 0.6
mon osd backfillfull ratio: 0.6
mon osd full ratio: 0.7
osd:
osd mon report interval max: 5
osd objectstore: memstore
osd failsafe full ratio: 1.0
memstore device bytes: 200000000
client.0:
debug client: 20
debug objecter: 20
debug objectcacher: 20
client.1:
debug client: 20
debug objecter: 20
debug objectcacher: 20
tasks:
- cephfs_test_runner:
modules:
- tasks.cephfs.test_full
|