]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tests: drop parens from all health-code ignorelist entries 70507/head
authorYuri Weinstein <yweinste@redhat.com>
Thu, 23 Jul 2026 19:32:51 +0000 (12:32 -0700)
committerYuri Weinstein <yweinste@redhat.com>
Thu, 23 Jul 2026 22:51:10 +0000 (15:51 -0700)
commitb8945b2322c0fa359e9f46bdbd1db75e46fbdd3b
tree400c48c241ed46330fdce76202b31d6e1b194dec
parent6d3ce60eff68a20149f53e24316e1becae4723fa
qa/tests: drop parens from all health-code ignorelist entries

Monitor.cc logs a "Health check cleared: <CODE> (was: ...)" line
for any health check clearing mid-test, with the code bare (no
parens) -- while the "Health check failed"/"Health check failed
(unmute)" lines wrap the code in parens. Every \(CODE\) entry in
this file therefore only matches the raise/failed form and misses
the corresponding cleared form, the same gap just fixed for
POOL_FULL.

Drop the escaped parens from the remaining entries so each matches
both log forms, consistent with the bare entries already present
(OSD_ROOT_DOWN, MDS_INSUFFICIENT_STANDBY, POOL_FULL).

Non-code entries (reached quota, overall HEALTH_, slow request,
noscrub, nodeep-scrub, osds down, insufficient standby, etc.) are
unchanged.

Fixes: https://tracker.ceph.com/issues/78149
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
(cherry picked from commit 8b261cd505a059b08f4187dc4ceedbf972d986ca)
qa/overrides/upgrade_ignorelist_health.yaml