From c4e493332749a814cc9ff25bce4fe4e91258b772 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 15 Oct 2019 14:57:31 -0400 Subject: [PATCH] qa/rgw: whitelist SLOW_OPS failures against ec pools Signed-off-by: Casey Bodley --- qa/rgw_pool_type/ec-profile.yaml | 3 +++ qa/rgw_pool_type/ec.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/qa/rgw_pool_type/ec-profile.yaml b/qa/rgw_pool_type/ec-profile.yaml index 05384cb5309a5..daec5d244be62 100644 --- a/qa/rgw_pool_type/ec-profile.yaml +++ b/qa/rgw_pool_type/ec-profile.yaml @@ -1,4 +1,7 @@ overrides: + ceph: + log-whitelist: + - \(SLOW_OPS\) # see https://tracker.ceph.com/issues/41834 rgw: ec-data-pool: true erasure_code_profile: diff --git a/qa/rgw_pool_type/ec.yaml b/qa/rgw_pool_type/ec.yaml index 7c99b7f85c8ee..c246c3fb1a7e4 100644 --- a/qa/rgw_pool_type/ec.yaml +++ b/qa/rgw_pool_type/ec.yaml @@ -1,4 +1,7 @@ overrides: + ceph: + log-whitelist: + - \(SLOW_OPS\) # see https://tracker.ceph.com/issues/41834 rgw: ec-data-pool: true s3tests: -- 2.39.5