From: Casey Bodley Date: Wed, 19 Feb 2025 17:44:28 +0000 (-0500) Subject: qa/.../test_rgw_rados_pool_quota: ignore cluster warnings X-Git-Tag: v19.2.3~283^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F62093%2Fhead;p=ceph.git qa/.../test_rgw_rados_pool_quota: ignore cluster warnings > cluster [WRN] pool 'default.rgw.buckets.data' is full (reached quota's max_objects: 1)" in cluster log > cluster [WRN] Health check failed: 1 pool(s) full (POOL_FULL)" in cluster log Signed-off-by: Casey Bodley (cherry picked from commit b7ee4a3d50b52d1ad25621b42586df476827da15) --- diff --git a/qa/suites/rgw/verify/tasks/rados-pool-quota.yaml b/qa/suites/rgw/verify/tasks/rados-pool-quota.yaml index df5811559a75..90003626470e 100644 --- a/qa/suites/rgw/verify/tasks/rados-pool-quota.yaml +++ b/qa/suites/rgw/verify/tasks/rados-pool-quota.yaml @@ -3,3 +3,9 @@ tasks: clients: client.0: - rgw/run-rados-pool-quota.sh + +overrides: + ceph: + log-ignorelist: + - reached quota + - POOL_FULL