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: v20.0.0~1964^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c4a875f6810923e0efb5ed752b5df3ec1b2f4633;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 --- diff --git a/qa/suites/orch/cephadm/upgrade/3-upgrade/simple.yaml b/qa/suites/orch/cephadm/upgrade/3-upgrade/simple.yaml index ac93a456cb6..5da510cb563 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 f1fd9f039bb..c78d3b4c293 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: