mirror of
https://github.com/ceph/ceph
synced 2025-02-03 17:03:51 +00:00
63f97ddcf6
Signed-off-by: Sage Weil <sage@redhat.com>
14 lines
330 B
YAML
14 lines
330 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:
|
|
- HEALTH_WRN MGR_DOWN
|
|
- HEALTH_ERR MGR_DOWN
|
|
- cephfs_test_runner:
|
|
modules:
|
|
- tasks.mgr.test_failover
|