From 4681cb7b3429f64caeec2602a56a03c1f83f4c25 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 28 May 2026 13:52:00 -0400 Subject: [PATCH] qa/suites/upgrade: ignore fs down variant Fixes: https://tracker.ceph.com/issues/76969 Signed-off-by: Patrick Donnelly --- qa/overrides/upgrade_ignorelist_health.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/overrides/upgrade_ignorelist_health.yaml b/qa/overrides/upgrade_ignorelist_health.yaml index 4cefcafc06c..5d175caf73d 100644 --- a/qa/overrides/upgrade_ignorelist_health.yaml +++ b/qa/overrides/upgrade_ignorelist_health.yaml @@ -22,5 +22,7 @@ overrides: - osds down - MDS_INSUFFICIENT_STANDBY - insufficient standby + - fs has.*but wants - have.*want.*more + - fs .* is degraded - is offline because no MDS is active for it -- 2.47.3