2017-04-10 19:00:43 +00:00
|
|
|
# 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:
|
2017-04-20 14:14:25 +00:00
|
|
|
- full_sequential_finally:
|
|
|
|
- exec:
|
|
|
|
mon.a:
|
|
|
|
- ceph osd set require_luminous_osds
|
2017-05-16 16:28:40 +00:00
|
|
|
# make sure osds have latest map
|
|
|
|
- rados -p rbd bench 5 write -b 4096
|
2017-05-23 18:10:54 +00:00
|
|
|
- ceph.healthy:
|
2017-04-20 14:30:37 +00:00
|
|
|
- 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'"
|
2017-04-10 19:00:43 +00:00
|
|
|
overrides:
|
|
|
|
ceph:
|
|
|
|
conf:
|
|
|
|
global:
|
|
|
|
mon debug no require luminous: true
|
2017-04-14 16:04:47 +00:00
|
|
|
thrashosds:
|
|
|
|
chance_thrash_cluster_full: 0
|