From 04b8be8d04eb26677705066df812e5dc683d4337 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 5 Jun 2026 12:22:57 -0400 Subject: [PATCH] qa/suites/upgrade: ignore osd in unknown state The thrashosds task is occasionally restarting OSDs and mon/mgr log warnings are wrongly flagging this as a problem. Fixes: https://tracker.ceph.com/issues/76747 Signed-off-by: Patrick Donnelly (cherry picked from commit a1430973f2c3e8758890447a1de3b906da77b60e) Conflicts: qa/suites/upgrade/reef-x/stress-split/1-start.yaml qa/suites/upgrade/squid-x/stress-split/1-start.yaml Resolution: different upgrade suites, just add the change manually --- qa/suites/upgrade/reef-x/stress-split/1-start.yaml | 1 + qa/suites/upgrade/squid-x/stress-split/1-start.yaml | 1 + 2 files changed, 2 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 ace8cb2ba0c..7897e529cbd 100644 --- a/qa/suites/upgrade/reef-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/reef-x/stress-split/1-start.yaml @@ -27,6 +27,7 @@ overrides: - filesystem is offline - with fewer MDS than max_mds - CEPHADM_FAILED_DAEMON + - osd.* is in unknown state - pg .* is stuck undersized - HEALTH_WARN .* osds down - MDS_INSUFFICIENT_STANDBY 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 75b817c3779..e99a9baeb19 100644 --- a/qa/suites/upgrade/squid-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/squid-x/stress-split/1-start.yaml @@ -26,6 +26,7 @@ overrides: - filesystem is offline - with fewer MDS than max_mds - CEPHADM_FAILED_DAEMON + - osd.* is in unknown state - pg .* is stuck undersized - HEALTH_WARN .* osds down - MDS_INSUFFICIENT_STANDBY -- 2.47.3