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>
- 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]