From d08342b8cb7440e5643749f43a9a1483778d7cb9 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 4 Nov 2019 10:12:21 -0500 Subject: [PATCH] qa/rgw: remove whitelist for SLOW_OPS against ec pools now that https://tracker.ceph.com/issues/41834 is resolved, we can enforce the SLOW_OPS failures again in ec pool testing Signed-off-by: Casey Bodley --- qa/rgw_pool_type/ec-profile.yaml | 3 --- qa/rgw_pool_type/ec.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/qa/rgw_pool_type/ec-profile.yaml b/qa/rgw_pool_type/ec-profile.yaml index daec5d244be..05384cb5309 100644 --- a/qa/rgw_pool_type/ec-profile.yaml +++ b/qa/rgw_pool_type/ec-profile.yaml @@ -1,7 +1,4 @@ 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 c246c3fb1a7..7c99b7f85c8 100644 --- a/qa/rgw_pool_type/ec.yaml +++ b/qa/rgw_pool_type/ec.yaml @@ -1,7 +1,4 @@ overrides: - ceph: - log-whitelist: - - \(SLOW_OPS\) # see https://tracker.ceph.com/issues/41834 rgw: ec-data-pool: true s3tests: -- 2.39.5