blob: 34be4715177a7f6bd00ba7522da486098f5edbe6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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_
- replacing it with standby
- No standby daemons available
- cephfs_test_runner:
modules:
- tasks.mgr.test_failover
|