From: Laura Flores Date: Mon, 1 Apr 2024 17:27:54 +0000 (-0500) Subject: qa/suites: add "mon down" log variations to ignorelist X-Git-Tag: testing/wip-batrick-testing-20240411.154038~30^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d475ac3e6ab86a4913e1d318989c617031978bc2;p=ceph-ci.git qa/suites: add "mon down" log variations to ignorelist Fixes: https://tracker.ceph.com/issues/64864 Signed-off-by: Laura Flores --- diff --git a/qa/suites/orch/cephadm/smoke/start.yaml b/qa/suites/orch/cephadm/smoke/start.yaml index 8cec0860a2f..2f60c20c726 100644 --- a/qa/suites/orch/cephadm/smoke/start.yaml +++ b/qa/suites/orch/cephadm/smoke/start.yaml @@ -2,6 +2,9 @@ overrides: ceph: log-ignorelist: - MON_DOWN + - mons down + - mon down + - out of quorum tasks: - cephadm: conf: diff --git a/qa/suites/orch/cephadm/workunits/task/test_host_drain.yaml b/qa/suites/orch/cephadm/workunits/task/test_host_drain.yaml index 74f72c057de..20e0b96d7ab 100644 --- a/qa/suites/orch/cephadm/workunits/task/test_host_drain.yaml +++ b/qa/suites/orch/cephadm/workunits/task/test_host_drain.yaml @@ -2,6 +2,9 @@ overrides: ceph: log-ignorelist: - MON_DOWN + - mons down + - mon down + - out of quorum roles: - - host.a - mon.a diff --git a/qa/suites/orch/cephadm/workunits/task/test_monitoring_stack_basic.yaml b/qa/suites/orch/cephadm/workunits/task/test_monitoring_stack_basic.yaml index b7f00481963..f12aad61bfc 100644 --- a/qa/suites/orch/cephadm/workunits/task/test_monitoring_stack_basic.yaml +++ b/qa/suites/orch/cephadm/workunits/task/test_monitoring_stack_basic.yaml @@ -2,6 +2,9 @@ overrides: ceph: log-ignorelist: - MON_DOWN + - mons down + - mon down + - out of quorum roles: - - host.a - mon.a diff --git a/qa/suites/orch/cephadm/workunits/task/test_rgw_multisite.yaml b/qa/suites/orch/cephadm/workunits/task/test_rgw_multisite.yaml index dc982364b31..35b70ed39ad 100644 --- a/qa/suites/orch/cephadm/workunits/task/test_rgw_multisite.yaml +++ b/qa/suites/orch/cephadm/workunits/task/test_rgw_multisite.yaml @@ -2,6 +2,9 @@ overrides: ceph: log-ignorelist: - MON_DOWN + - mons down + - mon down + - out of quorum roles: - - host.a - mon.a diff --git a/qa/suites/orch/cephadm/workunits/task/test_set_mon_crush_locations.yaml b/qa/suites/orch/cephadm/workunits/task/test_set_mon_crush_locations.yaml index 7379f88ee98..f9013a33c83 100644 --- a/qa/suites/orch/cephadm/workunits/task/test_set_mon_crush_locations.yaml +++ b/qa/suites/orch/cephadm/workunits/task/test_set_mon_crush_locations.yaml @@ -3,6 +3,9 @@ overrides: log-ignorelist: - MON_DOWN - POOL_APP_NOT_ENABLED + - mon down + - mons down + - out of quorum roles: - - host.a - osd.0 diff --git a/qa/suites/upgrade/reef-x/parallel/1-tasks.yaml b/qa/suites/upgrade/reef-x/parallel/1-tasks.yaml index 7f7ad8c57d3..299e3d1b9a0 100644 --- a/qa/suites/upgrade/reef-x/parallel/1-tasks.yaml +++ b/qa/suites/upgrade/reef-x/parallel/1-tasks.yaml @@ -1,3 +1,10 @@ +overrides: + ceph: + log-ignorelist: + - mons down + - mon down + - MON_DOWN + - out of quorum tasks: - install: branch: reef diff --git a/qa/tasks/thrashosds-health.yaml b/qa/tasks/thrashosds-health.yaml index 6654836b635..f06fd68e9be 100644 --- a/qa/tasks/thrashosds-health.yaml +++ b/qa/tasks/thrashosds-health.yaml @@ -25,3 +25,6 @@ overrides: - PG_DEGRADED - PG_AVAILABILITY - POOL_APP_NOT_ENABLED + - mons down + - mon down + - out of quorum