From: Adam King Date: Wed, 1 May 2024 17:35:27 +0000 (-0400) Subject: qa/cephadm: ignore CEPHADM_STRAY_DAEMON in upgrade tests X-Git-Tag: v19.1.1~195^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=af98929a74b598803e9a34eedb5aad161cf7cbb4;p=ceph.git qa/cephadm: ignore CEPHADM_STRAY_DAEMON in upgrade tests There is some other ongoing work to make it so daemons created/destroyed in the last minute are not marked stray as there can be a delay between when cephadm considers the daemon as being removed and when the core mgr reports the same. Unfortunately, that change only fixes it for releases in which the patch will be present, so the upgrade test is still susceptible to having these warnings pop up before the upgrade occurs. Signed-off-by: Adam King (cherry picked from commit c4a875f6810923e0efb5ed752b5df3ec1b2f4633) --- diff --git a/qa/suites/orch/cephadm/upgrade/3-upgrade/simple.yaml b/qa/suites/orch/cephadm/upgrade/3-upgrade/simple.yaml index ac93a456cb6b..5da510cb5634 100644 --- a/qa/suites/orch/cephadm/upgrade/3-upgrade/simple.yaml +++ b/qa/suites/orch/cephadm/upgrade/3-upgrade/simple.yaml @@ -1,5 +1,7 @@ overrides: ceph: + log-ignorelist: + - CEPHADM_STRAY_DAEMON log-only-match: - CEPHADM_ tasks: diff --git a/qa/suites/orch/cephadm/upgrade/3-upgrade/staggered.yaml b/qa/suites/orch/cephadm/upgrade/3-upgrade/staggered.yaml index f1fd9f039bb8..c78d3b4c2935 100644 --- a/qa/suites/orch/cephadm/upgrade/3-upgrade/staggered.yaml +++ b/qa/suites/orch/cephadm/upgrade/3-upgrade/staggered.yaml @@ -1,5 +1,7 @@ overrides: ceph: + log-ignorelist: + - CEPHADM_STRAY_DAEMON log-only-match: - CEPHADM_ tasks: