summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/upgrade/jewel-x/parallel/1.5-final-scrub.yaml
blob: 83457c0166d49e764fc32a5b851a4c631f8e6ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
# do not require luminous osds at mkfs time; only set flag at
# the end of the test run, then do a final scrub (to convert any
# legacy snapsets), and verify we are healthy.
tasks:
- full_sequential_finally:
  - ceph.osd_scrub_pgs:
      cluster: ceph
  - exec:
      mon.a:
        - ceph pg dump -f json-pretty
        - "ceph pg dump sum -f json-pretty | grep num_legacy_snapsets | head -1 | grep ': 0'"