From 2e7a39950998f9965a02a512424c07b055283345 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 15 May 2023 14:26:48 -0400 Subject: [PATCH] qa/rgw: add POOL_APP_NOT_ENABLED to log-ignorelist Signed-off-by: Casey Bodley (cherry picked from commit f0d53e56f8d05090a5f429c8826ca552e0140798) --- qa/rgw/ignore-pg-availability.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/rgw/ignore-pg-availability.yaml b/qa/rgw/ignore-pg-availability.yaml index 12c18684a15..4b08b6b075d 100644 --- a/qa/rgw/ignore-pg-availability.yaml +++ b/qa/rgw/ignore-pg-availability.yaml @@ -1,7 +1,9 @@ # https://tracker.ceph.com/issues/45802 # https://tracker.ceph.com/issues/51282 +# https://tracker.ceph.com/issues/61168 overrides: ceph: log-ignorelist: - \(PG_AVAILABILITY\) - \(PG_DEGRADED\) + - \(POOL_APP_NOT_ENABLED\) -- 2.39.5