From 73d215510971e5fd0b27ac12e172684783765e4b Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 19 Mar 2024 11:08:17 -0400 Subject: [PATCH] qa/cephfs: ignorelist clog of MDS_UP_LESS_THAN_MAX Fixes: https://tracker.ceph.com/issues/64986 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 aef498f92c6..c9a422261ec 100644 --- a/qa/cephfs/overrides/ignorelist_health.yaml +++ b/qa/cephfs/overrides/ignorelist_health.yaml @@ -10,6 +10,7 @@ overrides: - MDS_FAILED - MDS_INSUFFICIENT_STANDBY - MDS_UP_LESS_THAN_MAX + - filesystem is online with fewer MDS than max_mds - POOL_APP_NOT_ENABLED - overall HEALTH_ - Replacing daemon -- 2.39.5