From 854b0b4357ffadd2b1fbc1bc426b10959a00a0c2 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 25 Mar 2024 20:08:00 -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 (cherry picked from commit 73d215510971e5fd0b27ac12e172684783765e4b) --- 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 90811d6f233b..a2c85e2e8e75 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.47.3