mirror of
https://github.com/ceph/ceph
synced 2024-12-22 03:22:00 +00:00
e0833965b6
Fixes: http://tracker.ceph.com/issues/19550 Signed-off-by: John Spray <john.spray@redhat.com>
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
|