ceph/qa/suites/rados/valgrind-leaks/1-start.yaml
Prashant D 990806e635 mon, qa: issue pool application warning even if pool is empty
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>
2023-07-31 19:09:29 -04:00

32 lines
685 B
YAML

openstack:
- volumes: # attached to each instance
count: 2
size: 10 # GB
overrides:
install:
ceph:
debuginfo: true
ceph:
log-ignorelist:
- overall HEALTH_
- \(PG_
- \(POOL_APP_NOT_ENABLED\)
conf:
global:
osd heartbeat grace: 40
osd max object name len: 460
osd max object namespace len: 64
mon:
mon osd crush smoke test: false
osd:
osd fast shutdown: false
valgrind:
mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
osd: [--tool=memcheck]
roles:
- [mon.a, mon.b, mon.c, mgr.x, mgr.y, osd.0, osd.1, osd.2, client.0]
tasks:
- install:
- ceph: