Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qa/*/thrash_cache_writeback_proxy_none.yaml: disable writeback overlay tests #39152

Merged
merged 1 commit into from
Jan 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down