Skip to content

Commit c4a875f

Browse files
committed
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 <[email protected]>
1 parent 540c4dc commit c4a875f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

qa/suites/orch/cephadm/upgrade/3-upgrade/simple.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
overrides:
22
ceph:
3+
log-ignorelist:
4+
- CEPHADM_STRAY_DAEMON
35
log-only-match:
46
- CEPHADM_
57
tasks:

qa/suites/orch/cephadm/upgrade/3-upgrade/staggered.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
overrides:
22
ceph:
3+
log-ignorelist:
4+
- CEPHADM_STRAY_DAEMON
35
log-only-match:
46
- CEPHADM_
57
tasks:

0 commit comments

Comments
 (0)