From: Laura Flores Date: Tue, 13 Aug 2024 22:58:17 +0000 (-0500) Subject: qa/suites/upgrade: ignore MON_DOWN and PG_AVAILABILITY warnings in upgrade tests X-Git-Tag: v20.0.0~1258^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F58415%2Fhead;p=ceph.git qa/suites/upgrade: ignore MON_DOWN and PG_AVAILABILITY warnings in upgrade tests Signed-off-by: Laura Flores --- diff --git a/qa/suites/upgrade/quincy-x/parallel/1-tasks.yaml b/qa/suites/upgrade/quincy-x/parallel/1-tasks.yaml index e57e31f2fbe4..e27c7c0f0928 100644 --- a/qa/suites/upgrade/quincy-x/parallel/1-tasks.yaml +++ b/qa/suites/upgrade/quincy-x/parallel/1-tasks.yaml @@ -1,3 +1,11 @@ +overrides: + ceph: + log-ignorelist: + - mons down + - mon down + - MON_DOWN + - out of quorum + - PG_AVAILABILITY tasks: - install: branch: quincy 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 a618ee77c115..005514292ce5 100644 --- a/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml @@ -11,6 +11,7 @@ overrides: - Reduced data availability - Degraded data redundancy - OSDMAP_FLAGS + - PG_AVAILABILITY tasks: - install: branch: quincy diff --git a/qa/suites/upgrade/reef-x/parallel/1-tasks.yaml b/qa/suites/upgrade/reef-x/parallel/1-tasks.yaml index 299e3d1b9a0a..bf3005fad458 100644 --- a/qa/suites/upgrade/reef-x/parallel/1-tasks.yaml +++ b/qa/suites/upgrade/reef-x/parallel/1-tasks.yaml @@ -5,6 +5,7 @@ overrides: - mon down - MON_DOWN - out of quorum + - PG_AVAILABILITY tasks: - install: branch: reef diff --git a/qa/suites/upgrade/reef-x/stress-split/1-start.yaml b/qa/suites/upgrade/reef-x/stress-split/1-start.yaml index 4cd05432d5fc..992f9e1bc36a 100644 --- a/qa/suites/upgrade/reef-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/reef-x/stress-split/1-start.yaml @@ -1,3 +1,11 @@ +overrides: + ceph: + log-ignorelist: + - mons down + - mon down + - MON_DOWN + - out of quorum + - PG_AVAILABILITY tasks: - install: branch: reef