]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/upgrade/jewel-x/parallel/1.5-final-scrub.yaml
update sources to v12.1.3
[ceph.git] / ceph / qa / suites / upgrade / jewel-x / parallel / 1.5-final-scrub.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 - ceph.osd_scrub_pgs:
7 cluster: ceph
8 - exec:
9 mon.a:
10 - ceph pg dump -f json-pretty
11 - "ceph pg dump sum -f json-pretty | grep num_legacy_snapsets | head -1 | grep ': 0'"