From 6966a1fb4dfeb0c7e43ac7db23372fdc0b989c58 Mon Sep 17 00:00:00 2001 From: Nitzan Mordechai Date: Wed, 26 Jun 2024 10:09:56 +0000 Subject: [PATCH] suites/upgrade/quincy-x: update the ignore list Our upgared suites failed beacuse of those warning without good reason, we can ignore them and continue testings. Fixes: https://tracker.ceph.com/issues/65422 Signed-off-by: Nitzan Mordechai (cherry picked from commit 2ef093a32dc62e50ab1e3e47011a44cb3353dc81) --- .../1-ceph-install/quincy.yaml | 11 +++++++++++ qa/suites/upgrade/quincy-x/parallel/0-start.yaml | 11 +++++++++++ .../upgrade/quincy-x/stress-split/1-start.yaml | 13 +++++++++++++ 3 files changed, 35 insertions(+) diff --git a/qa/suites/upgrade/quincy-x/filestore-remove-check/1-ceph-install/quincy.yaml b/qa/suites/upgrade/quincy-x/filestore-remove-check/1-ceph-install/quincy.yaml index 471bd61df1b..e4897db4d35 100644 --- a/qa/suites/upgrade/quincy-x/filestore-remove-check/1-ceph-install/quincy.yaml +++ b/qa/suites/upgrade/quincy-x/filestore-remove-check/1-ceph-install/quincy.yaml @@ -30,3 +30,14 @@ overrides: conf: mon: mon warn on osd down out interval zero: false + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) + - OSD_DOWN + - mons down + - mon down + - MON_DOWN + - out of quorum + - PG_DEGRADED + - Reduced data availability + - Degraded data redundancy + - OSDMAP_FLAGS diff --git a/qa/suites/upgrade/quincy-x/parallel/0-start.yaml b/qa/suites/upgrade/quincy-x/parallel/0-start.yaml index 3814ea3efdb..40fbcefe728 100644 --- a/qa/suites/upgrade/quincy-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/quincy-x/parallel/0-start.yaml @@ -31,3 +31,14 @@ overrides: conf: osd: osd shutdown pgref assert: true + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) + - OSD_DOWN + - mons down + - mon down + - MON_DOWN + - out of quorum + - PG_DEGRADED + - Reduced data availability + - Degraded data redundancy + - OSDMAP_FLAGS diff --git a/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml b/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml index b9bca65fb6f..cc7e267f73b 100644 --- a/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml @@ -1,3 +1,16 @@ +overrides: + ceph: + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) + - OSD_DOWN + - mons down + - mon down + - MON_DOWN + - out of quorum + - PG_DEGRADED + - Reduced data availability + - Degraded data redundancy + - OSDMAP_FLAGS tasks: - install: branch: quincy -- 2.47.3