mirror of
https://github.com/ceph/ceph
synced 2025-02-02 00:12:28 +00:00
e2ff58ba16
Signed-off-by: Sage Weil <sage@redhat.com>
18 lines
434 B
YAML
18 lines
434 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-whitelist:
|
|
- overall HEALTH_
|
|
- \(MGR_DOWN\)
|
|
- \(PG_
|
|
- \(RECENT_CRASH\)
|
|
- replacing it with standby
|
|
- No standby daemons available
|
|
- cephfs_test_runner:
|
|
modules:
|
|
- tasks.mgr.test_crash
|