From 59bbf5639ede2c9422da71d3a32d4fda9c148b15 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Mon, 1 Apr 2024 12:27:54 -0500 Subject: [PATCH] qa/suites: add "mon down" log variations to ignorelist Fixes: https://tracker.ceph.com/issues/64864 Signed-off-by: Laura Flores (cherry picked from commit d475ac3e6ab86a4913e1d318989c617031978bc2) Conflicts: qa/suites/orch/cephadm/smoke/start.yaml qa/suites/orch/cephadm/workunits/task/test_host_drain.yaml qa/suites/orch/cephadm/workunits/task/test_monitoring_stack_basic.yaml qa/suites/orch/cephadm/workunits/task/test_rgw_multisite.yaml qa/suites/orch/cephadm/workunits/task/test_set_mon_crush_locations.yaml qa/tasks/thrashosds-health.yaml --- .../orch/cephadm/workunits/task/test_rgw_multisite.yaml | 7 +++++++ qa/suites/upgrade/pacific-x/parallel/1-tasks.yaml | 7 +++++++ qa/tasks/thrashosds-health.yaml | 9 +++++++++ 3 files changed, 23 insertions(+) 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 976e3730ce320..35b70ed39adcd 100644 --- a/qa/suites/orch/cephadm/workunits/task/test_rgw_multisite.yaml +++ b/qa/suites/orch/cephadm/workunits/task/test_rgw_multisite.yaml @@ -1,3 +1,10 @@ +overrides: + ceph: + log-ignorelist: + - MON_DOWN + - mons down + - mon down + - out of quorum roles: - - host.a - mon.a diff --git a/qa/suites/upgrade/pacific-x/parallel/1-tasks.yaml b/qa/suites/upgrade/pacific-x/parallel/1-tasks.yaml index 064d0758d1934..0db907fa35828 100644 --- a/qa/suites/upgrade/pacific-x/parallel/1-tasks.yaml +++ b/qa/suites/upgrade/pacific-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: pacific diff --git a/qa/tasks/thrashosds-health.yaml b/qa/tasks/thrashosds-health.yaml index 1405f4740845d..f06fd68e9beea 100644 --- a/qa/tasks/thrashosds-health.yaml +++ b/qa/tasks/thrashosds-health.yaml @@ -19,3 +19,12 @@ overrides: - slow request - timeout on replica - late reservation from + - MON_DOWN + - OSDMAP_FLAGS + - OSD_DOWN + - PG_DEGRADED + - PG_AVAILABILITY + - POOL_APP_NOT_ENABLED + - mons down + - mon down + - out of quorum -- 2.39.5