From 0ef6d8376cd14612424e3373c2e3787579743a0c Mon Sep 17 00:00:00 2001 From: Adam King Date: Wed, 21 May 2025 11:41:06 -0400 Subject: [PATCH] qa/rbd/iscsi: ignore MON_DOWN warning in logs These seem to be popping up very briefly and don't appear to be relevant to what is being tested Signed-off-by: Adam King (cherry picked from commit 3b2064e7066fa58e0d812e85a293f74401d295f4) --- qa/suites/rbd/iscsi/cluster/fixed-3.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qa/suites/rbd/iscsi/cluster/fixed-3.yaml b/qa/suites/rbd/iscsi/cluster/fixed-3.yaml index 426ea32cf81f8..2933f086e58f5 100644 --- a/qa/suites/rbd/iscsi/cluster/fixed-3.yaml +++ b/qa/suites/rbd/iscsi/cluster/fixed-3.yaml @@ -17,3 +17,7 @@ roles: - osd.7 - client.2 - ceph.iscsi.iscsi.b +overrides: + ceph: + log-ignorelist: + - MON_DOWN -- 2.39.5