mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
990806e635
Ceph status fail to report pool application warning if the pool is empty. Report pool application warning even if pool has 0 objects stored in it. Add POOL_APP_NOT_ENABLED cluster warnings to log-ignorelist to fix rados suite. Fixes: https://tracker.ceph.com/issues/57097 Signed-off-by: Prashant D <pdhange@redhat.com>
21 lines
542 B
YAML
21 lines
542 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-ignorelist:
|
|
- overall HEALTH_
|
|
- \(MGR_DOWN\)
|
|
- \(MGR_INSIGHTS_WARNING\)
|
|
- \(insights_health_check
|
|
- \(PG_
|
|
- \(RECENT_CRASH\)
|
|
- replacing it with standby
|
|
- No standby daemons available
|
|
- \(POOL_APP_NOT_ENABLED\)
|
|
- cephfs_test_runner:
|
|
modules:
|
|
- tasks.mgr.test_insights
|