Our upgared suites failed beacuse of those warning without good
reason, we can ignore them and continue testings.
Fixes: https://tracker.ceph.com/issues/65422
Signed-off-by: Nitzan Mordechai <nmordech@redhat.com>
(cherry picked from commit
2ef093a32dc62e50ab1e3e47011a44cb3353dc81)
conf:
mon:
mon warn on osd down out interval zero: false
+ log-ignorelist:
+ - \(POOL_APP_NOT_ENABLED\)
+ - OSD_DOWN
+ - mons down
+ - mon down
+ - MON_DOWN
+ - out of quorum
+ - PG_DEGRADED
+ - Reduced data availability
+ - Degraded data redundancy
+ - OSDMAP_FLAGS
conf:
osd:
osd shutdown pgref assert: true
+ log-ignorelist:
+ - \(POOL_APP_NOT_ENABLED\)
+ - OSD_DOWN
+ - mons down
+ - mon down
+ - MON_DOWN
+ - out of quorum
+ - PG_DEGRADED
+ - Reduced data availability
+ - Degraded data redundancy
+ - OSDMAP_FLAGS
+overrides:
+ ceph:
+ log-ignorelist:
+ - \(POOL_APP_NOT_ENABLED\)
+ - OSD_DOWN
+ - mons down
+ - mon down
+ - MON_DOWN
+ - out of quorum
+ - PG_DEGRADED
+ - Reduced data availability
+ - Degraded data redundancy
+ - OSDMAP_FLAGS
tasks:
- install:
branch: quincy