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: v19.2.3~439^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=96e7ea550bd50a2c3642a3006c6cd48c3eb9486c;p=ceph.git qa/suites/upgrade: ignore MON_DOWN and PG_AVAILABILITY warnings in upgrade tests Signed-off-by: Laura Flores (cherry picked from commit e225b127eaf5375493bc1a667058de092f10e4dd) --- 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