]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/rados/thrash/d-require-luminous/at-end.yaml
update sources to v12.2.1
[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:
181888fb
FG
17 - sleep 15
18 - ceph osd dump | grep purged_snapdirs
7c673cae
FG
19 - ceph pg dump -f json-pretty
20 - "ceph pg dump sum -f json-pretty | grep num_legacy_snapsets | head -1 | grep ': 0'"
21overrides:
22 ceph:
23 conf:
24 global:
25 mon debug no require luminous: true
c07f9fc5
FG
26
27# setting luminous triggers peering, which *might* trigger health alerts
28 log-whitelist:
29 - overall HEALTH_
d2e6a577
FG
30 - \(PG_AVAILABILITY\)
31 - \(PG_DEGRADED\)
7c673cae
FG
32 thrashosds:
33 chance_thrash_cluster_full: 0