Skip to content

Commit 0a67436

Browse files
committed
qa/cephadm: fix ignorelist of CEPHADM_STRAY_DAEMON for rados_api_tests
Not every log with this error has the parentheses, so these warnings were still causing the test to fail [ERR] [WRN] CEPHADM_STRAY_DAEMON: 2 stray daemon(s)... in cluster log Signed-off-by: Adam King <[email protected]>
1 parent 8a001cb commit 0a67436

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qa/suites/orch/cephadm/thrash/1-start.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
overrides:
22
ceph:
33
log-ignorelist:
4-
- \(CEPHADM_STRAY_DAEMON\)
4+
- CEPHADM_STRAY_DAEMON
55
log-only-match:
66
- CEPHADM_
77
tasks:

qa/suites/rados/basic/tasks/rados_api_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ overrides:
1111
- \(POOL_APP_NOT_ENABLED\)
1212
- \(PG_AVAILABILITY\)
1313
- \(PG_DEGRADED\)
14-
- \(CEPHADM_STRAY_DAEMON\)
14+
- CEPHADM_STRAY_DAEMON
1515
conf:
1616
client:
1717
debug ms: 1

0 commit comments

Comments
 (0)