Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reef: qa/cephfs: add probabilistic ignorelist for pg_health #56666

Open
wants to merge 2 commits into
base: reef
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions qa/cephfs/overrides/pg_health.yaml
@@ -0,0 +1,14 @@
# 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

teuthology:
premerge: if math.random() < 0.05 then reject() end
overrides:
ceph:
log-ignorelist:
- PG_AVAILABILITY
- PG_DEGRADED
- Reduced data availability
1 change: 1 addition & 0 deletions qa/suites/fs/32bits/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/fscrypt/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/full/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/functional/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/libcephfs/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/mirror-ha/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/mirror/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/mixed-clients/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/multiclient/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/multifs/overrides/pg_health.yaml
Empty file added qa/suites/fs/nfs/overrides/+
Empty file.
1 change: 1 addition & 0 deletions qa/suites/fs/nfs/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/permission/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/shell/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/snaps/overrides/pg_health.yaml
Empty file added qa/suites/fs/top/overrides/+
Empty file.
1 change: 1 addition & 0 deletions qa/suites/fs/top/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/traceless/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/verify/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/volumes/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/workload/overrides/pg_health.yaml