]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/rados/thrash/d-require-luminous/at-end.yaml
bump version to 12.1.1-pve1 while rebasing patches
[ceph.git] / ceph / qa / suites / rados / thrash / d-require-luminous / at-end.yaml
1 # do not require luminous osds at mkfs time; only set flag at
2 # the end of the test run, then do a final scrub (to convert any
3 # legacy snapsets), and verify we are healthy.
4 tasks:
5 - full_sequential_finally:
6 - exec:
7 mon.a:
8 - ceph osd require-osd-release luminous
9 # make sure osds have latest map
10 - rados -p rbd bench 5 write -b 4096
11 - ceph.healthy:
12 - ceph.osd_scrub_pgs:
13 cluster: ceph
14 - exec:
15 mon.a:
16 - ceph pg dump -f json-pretty
17 - "ceph pg dump sum -f json-pretty | grep num_legacy_snapsets | head -1 | grep ': 0'"
18 overrides:
19 ceph:
20 conf:
21 global:
22 mon debug no require luminous: true
23 thrashosds:
24 chance_thrash_cluster_full: 0