mirror of
https://github.com/ceph/ceph
synced 2025-01-06 03:01:24 +00:00
2ee9365d0b
Signed-off-by: Sage Weil <sage@newdream.net>
20 lines
507 B
YAML
20 lines
507 B
YAML
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
# 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-ignorelist:
|
|
- overall HEALTH_
|
|
- \(MGR_DOWN\)
|
|
- \(MGR_INSIGHTS_WARNING\)
|
|
- \(insights_health_check
|
|
- \(PG_
|
|
- \(RECENT_CRASH\)
|
|
- replacing it with standby
|
|
- No standby daemons available
|
|
- cephfs_test_runner:
|
|
modules:
|
|
- tasks.mgr.test_insights
|