mirror of
https://github.com/ceph/ceph
synced 2025-01-25 04:24:24 +00:00
8c6820a433
The interface changes with the luminous flag; this will fail. Signed-off-by: Sage Weil <sage@redhat.com>
15 lines
389 B
YAML
15 lines
389 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:
|
|
- exec_on_cleanup:
|
|
mon.a:
|
|
- ceph osd set require_luminous_osds
|
|
overrides:
|
|
ceph:
|
|
conf:
|
|
global:
|
|
mon debug no require luminous: true
|
|
thrashosds:
|
|
chance_thrash_cluster_full: 0
|