From: Casey Bodley Date: Wed, 12 Jan 2022 19:07:26 +0000 (-0500) Subject: qa/rgw: add PG_DEGRADED cluster warnings to log-ignorelist X-Git-Tag: v17.1.0~70^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F44561%2Fhead;p=ceph.git qa/rgw: add PG_DEGRADED cluster warnings to log-ignorelist and cover rgw/singleton suite Fixes: https://tracker.ceph.com/issues/51727 Signed-off-by: Casey Bodley --- diff --git a/qa/rgw/ignore-pg-availability.yaml b/qa/rgw/ignore-pg-availability.yaml index ad1d5d8a063..12c18684a15 100644 --- a/qa/rgw/ignore-pg-availability.yaml +++ b/qa/rgw/ignore-pg-availability.yaml @@ -1,5 +1,7 @@ # https://tracker.ceph.com/issues/45802 +# https://tracker.ceph.com/issues/51282 overrides: ceph: log-ignorelist: - \(PG_AVAILABILITY\) + - \(PG_DEGRADED\) diff --git a/qa/suites/rgw/singleton/ignore-pg-availability.yaml b/qa/suites/rgw/singleton/ignore-pg-availability.yaml new file mode 120000 index 00000000000..32340b1fa8b --- /dev/null +++ b/qa/suites/rgw/singleton/ignore-pg-availability.yaml @@ -0,0 +1 @@ +.qa/rgw/ignore-pg-availability.yaml \ No newline at end of file