From: Nitzan Mordechai Date: Wed, 26 Jun 2024 10:09:56 +0000 (+0000) Subject: suites/upgrade/quincy-x: update the ignore list X-Git-Tag: v20.0.0~1463^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2ef093a32dc62e50ab1e3e47011a44cb3353dc81;p=ceph.git 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 --- 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 471bd61df1b2..e4897db4d35d 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 3814ea3efdb5..40fbcefe7280 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 b9bca65fb6f8..cc7e267f73b3 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