mirror of
https://github.com/ceph/ceph
synced 2024-12-21 19:02:10 +00:00
20 lines
437 B
YAML
20 lines
437 B
YAML
|
|
||
|
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:
|
||
|
osd:
|
||
|
osd mon report interval max: 5
|
||
|
osd objectstore: memstore
|
||
|
memstore device bytes: 100000000
|
||
|
|
||
|
tasks:
|
||
|
- cephfs_test_runner:
|
||
|
modules:
|
||
|
- tasks.cephfs.test_full
|