mirror of https://github.com/ceph/ceph
25 lines
637 B
YAML
25 lines
637 B
YAML
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
config:
|
|
global:
|
|
osd pool default size : 3
|
|
osd pool default min size : 2
|
|
# tests may leave mgrs broken, so don't try and call into them
|
|
# to invoke e.g. pg dump during teardown.
|
|
wait-for-scrub: false
|
|
log-whitelist:
|
|
- overall HEALTH_
|
|
- \(MGR_DOWN\)
|
|
- \(MDS_ALL_DOWN\)
|
|
- \(MDS_UP_LESS_THAN_MAX\)
|
|
- \(FS_WITH_FAILED_MDS\)
|
|
- \(FS_DEGRADED\)
|
|
- \(PG_
|
|
- replacing it with standby
|
|
- No standby daemons available
|
|
- cephfs_test_runner:
|
|
modules:
|
|
- tasks.mgr.test_progress
|