From 560300f1c5ea44a3c81d87f3bf9d10727622901c Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 15 Feb 2024 20:23:32 -0500 Subject: [PATCH] qa: ignore MDS_INSUFFICIENT_STANDBY This is expected when bringing a volume and its mds up initially. Signed-off-by: Patrick Donnelly --- qa/cephfs/overrides/ignorelist_health.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/cephfs/overrides/ignorelist_health.yaml b/qa/cephfs/overrides/ignorelist_health.yaml index ad7a8e03b7650..9fd5924703c15 100644 --- a/qa/cephfs/overrides/ignorelist_health.yaml +++ b/qa/cephfs/overrides/ignorelist_health.yaml @@ -8,6 +8,7 @@ overrides: - MDS_DAMAGE - MDS_DEGRADED - MDS_FAILED + - MDS_INSUFFICIENT_STANDBY - MDS_UP_LESS_THAN_MAX - POOL_APP_NOT_ENABLED - overall HEALTH_ -- 2.39.5