From 32899f762cbc2feec5e04411eefedd0080b56e58 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 28 Mar 2024 16:31:33 -0400 Subject: [PATCH] qa: ignore PG health warnings in CephFS QA Fixes: https://tracker.ceph.com/issues/51282 Fixes: https://tracker.ceph.com/issues/65018 Signed-off-by: Patrick Donnelly (cherry picked from commit 4c36d697ca849b78b6ff5f7325ab7172915aff9e) --- qa/cephfs/overrides/pg_health.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/qa/cephfs/overrides/pg_health.yaml b/qa/cephfs/overrides/pg_health.yaml index defd70eeba8..9f07e6507c2 100644 --- a/qa/cephfs/overrides/pg_health.yaml +++ b/qa/cephfs/overrides/pg_health.yaml @@ -1,11 +1,7 @@ -# To prevent PG_AVAILABILITY failures from dominating runs, we usually ignore -# these warnings. However, we'd like to see the cause of these warnings to be -# fixed so occasionally allow the warning to fail the job. -# -# https://tracker.ceph.com/issues/52624 +# PG_DEGRADED warnings are not generally indicative of a bug. Any acting set +# changes (such as those caused by the upmap balancer to improve OSD space +# usage balance) can cause objects to become degraded transiently. -teuthology: - premerge: if math.random() < 0.05 then reject() end overrides: ceph: log-ignorelist: -- 2.39.5