From fbe46ce71bec84eba181268b077f1836fbb31c48 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Wed, 13 May 2026 10:22:50 -0400 Subject: [PATCH] qa: add MDS_INSUFFICIENT_STANDBY to ignorelist This is expected when MDS are going up and down. Fixes: https://tracker.ceph.com/issues/75419 Signed-off-by: Patrick Donnelly --- qa/overrides/upgrade_ignorelist_health.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qa/overrides/upgrade_ignorelist_health.yaml b/qa/overrides/upgrade_ignorelist_health.yaml index cd89c0772c3e..9561e188697f 100644 --- a/qa/overrides/upgrade_ignorelist_health.yaml +++ b/qa/overrides/upgrade_ignorelist_health.yaml @@ -19,3 +19,6 @@ overrides: - noscrub - nodeep-scrub - osds down + - MDS_INSUFFICIENT_STANDBY + - insufficient standby + - have.*want.*more -- 2.47.3