From be710cdf39d1d6a3d3880f9d2f85568dd1c67859 Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Thu, 28 Jan 2021 19:54:54 +0000 Subject: [PATCH] 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 --- .../all/thrash_cache_writeback_proxy_none.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 218ad21041874..ab210abd7773e 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] -- 2.39.5