mirror of
https://github.com/ceph/ceph
synced 2025-01-28 22:14:02 +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>
24 lines
568 B
YAML
24 lines
568 B
YAML
roles:
|
|
- [mon.a, mgr.x, osd.0, osd.1, osd.2, osd.3, osd.4, osd.5, osd.6, osd.7, osd.8, osd.9, client.0]
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
pre-mgr-commands:
|
|
- sudo ceph config set mgr mgr_pool false --force
|
|
conf:
|
|
osd:
|
|
# we may land on ext4
|
|
osd max object name len: 400
|
|
osd max object namespace len: 64
|
|
log-ignorelist:
|
|
- but it is still running
|
|
- overall HEALTH_
|
|
- \(OSDMAP_FLAGS\)
|
|
- \(OSD_
|
|
- \(PG_
|
|
- \(POOL_APP_NOT_ENABLED\)
|
|
- workunit:
|
|
clients:
|
|
all:
|
|
- rados/test_health_warnings.sh
|