diff options
author | Patrick Donnelly <pdonnell@redhat.com> | 2024-10-09 14:33:13 +0200 |
---|---|---|
committer | Patrick Donnelly <pdonnell@redhat.com> | 2024-10-09 14:33:13 +0200 |
commit | ddd63c05d30a42227dddd19477189b45eef00583 (patch) | |
tree | 98198dd2911bd0f707485e50811b6c6eb3e60c65 /qa | |
parent | Merge pull request #60186 from JonBailey1993/JonBailey1993/ceph_test_rados_io... (diff) | |
parent | qa: ignore pg availability/degraded warnings (diff) | |
download | ceph-ddd63c05d30a42227dddd19477189b45eef00583.tar.xz ceph-ddd63c05d30a42227dddd19477189b45eef00583.zip |
Merge PR #60012 into main
* refs/pull/60012/head:
qa: ignore pg availability/degraded warnings
Reviewed-by: Kotresh Hiremath Ravishankar <khiremat@redhat.com>
Diffstat (limited to 'qa')
-rw-r--r-- | qa/cephfs/overrides/pg_health.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/cephfs/overrides/pg_health.yaml b/qa/cephfs/overrides/pg_health.yaml index 1740134a2e0..07ca62e01fb 100644 --- a/qa/cephfs/overrides/pg_health.yaml +++ b/qa/cephfs/overrides/pg_health.yaml @@ -9,3 +9,5 @@ overrides: - PG_DEGRADED - Reduced data availability - Degraded data redundancy + - pg .* is stuck inactive + - pg .* is .*degraded |