mirror of
https://github.com/ceph/ceph
synced 2025-02-03 17:03:51 +00:00
b7d0cab99e
Should make it easier for users to see why the module is failing. Signed-off-by: Wido den Hollander <wido@42on.com>
23 lines
622 B
YAML
23 lines
622 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_
|
|
- replacing it with standby
|
|
- No standby daemons available
|
|
- Reduced data availability
|
|
- Degraded data redundancy
|
|
- objects misplaced
|
|
- Synthetic exception in serve
|
|
- influxdb python module not found
|
|
- \(MGR_ZABBIX_
|
|
- cephfs_test_runner:
|
|
modules:
|
|
- tasks.mgr.test_module_selftest
|