]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/*/thrash_cache_writeback_proxy_none.yaml: disable writeback overlay tests 39152/head
authorNeha Ojha <nojha@redhat.com>
Thu, 28 Jan 2021 19:54:54 +0000 (19:54 +0000)
committerNeha Ojha <nojha@redhat.com>
Thu, 28 Jan 2021 23:12:03 +0000 (23:12 +0000)
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 <nojha@redhat.com>
qa/suites/rados/singleton/all/thrash_cache_writeback_proxy_none.yaml

index 218ad2104187481f55bb562f6f3c7d825ac6542d..ab210abd7773ecc9a638e8a21a3d06ff66dea254 100644 (file)
@@ -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]