From: Ilya Dryomov Date: Fri, 6 Dec 2024 10:56:33 +0000 (+0100) Subject: qa/suites/upgrade/*-x: add "is down" to log-ignorelist X-Git-Tag: v19.2.3~326^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=10535fe8aeff288e7b3b838249ac16cd87e0e54c;p=ceph.git qa/suites/upgrade/*-x: add "is down" to log-ignorelist Cover warnings like [WRN] osd.4 (root=default,host=smithi184) is down" in cluster log which OSD_DOWN doesn't. Signed-off-by: Ilya Dryomov (cherry picked from commit 05dca26c24e33719c37af3eb0a45cea324f2af9b) --- diff --git a/qa/suites/upgrade/quincy-x/parallel/0-start.yaml b/qa/suites/upgrade/quincy-x/parallel/0-start.yaml index 40fbcefe7280..8bd185097806 100644 --- a/qa/suites/upgrade/quincy-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/quincy-x/parallel/0-start.yaml @@ -33,6 +33,7 @@ overrides: osd shutdown pgref assert: true log-ignorelist: - \(POOL_APP_NOT_ENABLED\) + - is down - OSD_DOWN - mons down - mon down 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 005514292ce5..4d1b056ff325 100644 --- a/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml @@ -2,6 +2,7 @@ overrides: ceph: log-ignorelist: - \(POOL_APP_NOT_ENABLED\) + - is down - OSD_DOWN - mons down - mon down diff --git a/qa/suites/upgrade/reef-x/parallel/0-start.yaml b/qa/suites/upgrade/reef-x/parallel/0-start.yaml index 40fbcefe7280..8bd185097806 100644 --- a/qa/suites/upgrade/reef-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/reef-x/parallel/0-start.yaml @@ -33,6 +33,7 @@ overrides: osd shutdown pgref assert: true log-ignorelist: - \(POOL_APP_NOT_ENABLED\) + - is down - OSD_DOWN - mons down - mon down 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 2528230a372f..3239f0def3d1 100644 --- a/qa/suites/upgrade/reef-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/reef-x/stress-split/1-start.yaml @@ -2,6 +2,7 @@ overrides: ceph: log-ignorelist: - \(POOL_APP_NOT_ENABLED\) + - is down - OSD_DOWN - mons down - mon down