Skip to content

Commit 4c36d69

Browse files
committed
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 <[email protected]>
1 parent 8d7564a commit 4c36d69

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

qa/cephfs/overrides/pg_health.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
# To prevent PG_AVAILABILITY failures from dominating runs, we usually ignore
2-
# these warnings. However, we'd like to see the cause of these warnings to be
3-
# fixed so occasionally allow the warning to fail the job.
4-
#
5-
# https://tracker.ceph.com/issues/52624
1+
# PG_DEGRADED warnings are not generally indicative of a bug. Any acting set
2+
# changes (such as those caused by the upmap balancer to improve OSD space
3+
# usage balance) can cause objects to become degraded transiently.
64

7-
teuthology:
8-
premerge: if math.random() < 0.05 then reject() end
95
overrides:
106
ceph:
117
log-ignorelist:

0 commit comments

Comments
 (0)