From 05dca26c24e33719c37af3eb0a45cea324f2af9b Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Fri, 6 Dec 2024 11:56:33 +0100 Subject: [PATCH] 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 --- qa/suites/upgrade/quincy-x/parallel/0-start.yaml | 1 + qa/suites/upgrade/quincy-x/stress-split/1-start.yaml | 1 + qa/suites/upgrade/reef-x/parallel/0-start.yaml | 1 + qa/suites/upgrade/reef-x/stress-split/1-start.yaml | 1 + 4 files changed, 4 insertions(+) diff --git a/qa/suites/upgrade/quincy-x/parallel/0-start.yaml b/qa/suites/upgrade/quincy-x/parallel/0-start.yaml index 40fbcefe7280d..8bd185097806a 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 005514292ce50..4d1b056ff325a 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 40fbcefe7280d..8bd185097806a 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 2528230a372f7..3239f0def3d15 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 -- 2.39.5