From: Neha Ojha Date: Thu, 28 Jan 2021 19:54:54 +0000 (+0000) Subject: qa/*/thrash_cache_writeback_proxy_none.yaml: disable writeback overlay tests X-Git-Tag: v16.2.0~202^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F39179%2Fhead;p=ceph.git qa/*/thrash_cache_writeback_proxy_none.yaml: disable writeback overlay tests thrash_cache_writeback_proxy_none tests have been failing consistently. Some investigation shows that the writeback overlay tests are reponsible for it. Instead of removing these cache tiering tests entirely, we'll disable them for now. Related to: https://tracker.ceph.com/issues/46323 Signed-off-by: Neha Ojha (cherry picked from commit be710cdf39d1d6a3d3880f9d2f85568dd1c67859) --- diff --git a/qa/suites/rados/singleton/all/thrash_cache_writeback_proxy_none.yaml b/qa/suites/rados/singleton/all/thrash_cache_writeback_proxy_none.yaml index 218ad2104187..ab210abd7773 100644 --- a/qa/suites/rados/singleton/all/thrash_cache_writeback_proxy_none.yaml +++ b/qa/suites/rados/singleton/all/thrash_cache_writeback_proxy_none.yaml @@ -48,12 +48,13 @@ tasks: - echo remove overlay - sudo ceph osd tier remove-overlay base - sleep 20 - - echo add writeback overlay - - sudo ceph osd tier cache-mode cache writeback - - sudo ceph osd pool set cache cache_target_full_ratio .8 - - sudo ceph osd tier set-overlay base cache - - sleep 30 - - sudo ceph osd tier cache-mode cache readproxy + # Disabled due to https://tracker.ceph.com/issues/46323 + #- echo add writeback overlay + #- sudo ceph osd tier cache-mode cache writeback + #- sudo ceph osd pool set cache cache_target_full_ratio .8 + #- sudo ceph osd tier set-overlay base cache + #- sleep 30 + #- sudo ceph osd tier cache-mode cache readproxy - done - rados: clients: [client.0]