From: Patrick Donnelly Date: Fri, 5 Jun 2026 16:22:57 +0000 (-0400) Subject: qa/suites/upgrade: ignore osd in unknown state X-Git-Tag: v20.2.2~6^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F69307%2Fhead;p=ceph.git 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 --- 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