]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/rados/thrash/d-require-luminous/at-end.yaml
update sources to v12.1.3
[ceph.git] / ceph / qa / suites / rados / thrash / d-require-luminous / at-end.yaml
CommitLineData
7c673cae
FG
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.
4tasks:
5- full_sequential_finally:
6 - exec:
7 mon.a:
31f18b77 8 - ceph osd require-osd-release luminous
c07f9fc5 9 - ceph osd pool application enable base rados || true
31f18b77
FG
10# make sure osds have latest map
11 - rados -p rbd bench 5 write -b 4096
12 - ceph.healthy:
7c673cae
FG
13 - ceph.osd_scrub_pgs:
14 cluster: ceph
15 - exec:
16 mon.a:
17 - ceph pg dump -f json-pretty
18 - "ceph pg dump sum -f json-pretty | grep num_legacy_snapsets | head -1 | grep ': 0'"
19overrides:
20 ceph:
21 conf:
22 global:
23 mon debug no require luminous: true
c07f9fc5
FG
24
25# setting luminous triggers peering, which *might* trigger health alerts
26 log-whitelist:
27 - overall HEALTH_
d2e6a577
FG
28 - \(PG_AVAILABILITY\)
29 - \(PG_DEGRADED\)
7c673cae
FG
30 thrashosds:
31 chance_thrash_cluster_full: 0