mirror of
https://github.com/ceph/ceph
synced 2025-02-02 08:22:36 +00:00
b833d35d9b
Avoid failures like "2018-10-16 20:36:00.437153 mgr.y (mgr.25609) 6 : cluster [SEC] foo bar security" in cluster log Signed-off-by: Sage Weil <sage@redhat.com>
24 lines
640 B
YAML
24 lines
640 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_
|
|
- foo bar
|
|
- cephfs_test_runner:
|
|
modules:
|
|
- tasks.mgr.test_module_selftest
|