mirror of
https://github.com/ceph/ceph
synced 2025-01-02 17:12:31 +00:00
73f8fb9976
Signed-off-by: Sage Weil <sage@redhat.com>
12 lines
407 B
YAML
12 lines
407 B
YAML
# 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'"
|