]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/cephadm: fix ignorelist of CEPHADM_STRAY_DAEMON for rados_api_tests
authorAdam King <adking@redhat.com>
Fri, 10 May 2024 20:21:01 +0000 (16:21 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 4 Jul 2024 06:44:53 +0000 (06:44 +0000)
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 <adking@redhat.com>
(cherry picked from commit 0a67436e36289b2e1bcf0acf662214b9e659b0de)

qa/suites/orch/cephadm/thrash/1-start.yaml
qa/suites/rados/basic/tasks/rados_api_tests.yaml

index e6ed4eb6fe4142fda0764ac3b74c0200cb0bbcd0..0967bc2efc9cf17c43ca15511cbc7bc0933ff15b 100644 (file)
@@ -1,7 +1,7 @@
 overrides:
   ceph:
     log-ignorelist:
-    - \(CEPHADM_STRAY_DAEMON\)
+    - CEPHADM_STRAY_DAEMON
     log-only-match:
       - CEPHADM_
 tasks:
index 9446bc828d39d58f52216374322d5d7df164a0fb..7eee15202cca47847d789d8b7ca201fe71fe727e 100644 (file)
@@ -11,7 +11,7 @@ overrides:
     - \(POOL_APP_NOT_ENABLED\)
     - \(PG_AVAILABILITY\)
     - \(PG_DEGRADED\)
-    - \(CEPHADM_STRAY_DAEMON\)
+    - CEPHADM_STRAY_DAEMON
     conf:
       client:
         debug ms: 1