From 9174af11691d1692f364bd3152e27fa0696e470c Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Tue, 15 Jul 2025 09:34:34 +0530 Subject: [PATCH] qa/suites/upgrade: update ignorelist with cephfs specific warnings (under stress-split) The warnings are expected as the MDSs are upgraded and restarted. Fixes: http://tracker.ceph.com/issues/71615 Signed-off-by: Venky Shankar (cherry picked from commit aeefebd81b98332494d8a8104c43e2831bf6a869) --- qa/suites/upgrade/reef-x/stress-split/1-start.yaml | 4 ++++ qa/suites/upgrade/squid-x/stress-split/1-start.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/qa/suites/upgrade/reef-x/stress-split/1-start.yaml b/qa/suites/upgrade/reef-x/stress-split/1-start.yaml index f3746dd4f0d1d..53ac04719850d 100644 --- a/qa/suites/upgrade/reef-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/reef-x/stress-split/1-start.yaml @@ -22,6 +22,10 @@ overrides: - OSDMAP_FLAGS - OSD_UPGRADE_FINISHED - Replacing daemon mds + - MDS_ALL_DOWN + - MDS_UP_LESS_THAN_MAX + - filesystem is offline + - with fewer MDS than max_mds tasks: - install: branch: reef diff --git a/qa/suites/upgrade/squid-x/stress-split/1-start.yaml b/qa/suites/upgrade/squid-x/stress-split/1-start.yaml index efe542ab82b8e..ec10443f9607c 100644 --- a/qa/suites/upgrade/squid-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/squid-x/stress-split/1-start.yaml @@ -21,6 +21,10 @@ overrides: - OSDMAP_FLAGS - OSD_UPGRADE_FINISHED - Replacing daemon mds + - MDS_ALL_DOWN + - MDS_UP_LESS_THAN_MAX + - filesystem is offline + - with fewer MDS than max_mds tasks: - install: branch: squid -- 2.39.5