Skip to content

Commit 278d895

Browse files
committed
Merge PR ceph#56566 into main
* refs/pull/56566/head: qa: add missing pg_health fragment links in fs suite qa: ignore PG health warnings in CephFS QA Reviewed-by: Samuel Just <[email protected]>
2 parents 62b71eb + c401a09 commit 278d895

File tree

23 files changed

+16
-7
lines changed

23 files changed

+16
-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:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/cephfs/overrides/pg_health.yaml
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.qa/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/cephfs/overrides/ignorelist_health.yaml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/cephfs/overrides/pg_health.yaml
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/cephfs/overrides/pg_health.yaml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/cephfs/overrides/pg_health.yaml

qa/suites/fs/upgrade/featureful_client/upgraded_client/overrides/% renamed to qa/suites/fs/thrash/workloads/overrides/+

File renamed without changes.

0 commit comments

Comments
 (0)