From c0e40d977341ca880af14555d94c5e56a187d5f4 Mon Sep 17 00:00:00 2001 From: Aishwarya Mathuria Date: Mon, 22 Jul 2024 22:12:47 +0530 Subject: [PATCH] qa/rados/dashboard: Add PG_DEGRADED to ignorelist Eventually, the PG_DEGRADED warning goes away and cluster goes back to healthy state before the end of the test Fixes: https://tracker.ceph.com/issues/66922 Signed-off-by: Aishwarya Mathuria (cherry picked from commit 4a4f9a3e994ae0dfe7325a0f1ab09594eddba5b0) --- qa/suites/rados/dashboard/tasks/e2e.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qa/suites/rados/dashboard/tasks/e2e.yaml b/qa/suites/rados/dashboard/tasks/e2e.yaml index cb6ffb22fe0..2f087ccbcaf 100644 --- a/qa/suites/rados/dashboard/tasks/e2e.yaml +++ b/qa/suites/rados/dashboard/tasks/e2e.yaml @@ -10,6 +10,10 @@ roles: - client.0 - - host.b - client.1 +overrides: + ceph: + log-ignorelist: + - \(PG_DEGRADED\) tasks: - install: - cephadm: -- 2.39.5