]> git.proxmox.com Git - ceph.git/blob - 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
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.
4 tasks:
5 - full_sequential_finally:
6 - exec:
7 mon.a:
8 - ceph osd require-osd-release luminous
9 - ceph osd pool application enable base rados || true
10 # make sure osds have latest map
11 - rados -p rbd bench 5 write -b 4096
12 - ceph.healthy:
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'"
19 overrides:
20 ceph:
21 conf:
22 global:
23 mon debug no require luminous: true
24
25 # setting luminous triggers peering, which *might* trigger health alerts
26 log-whitelist:
27 - overall HEALTH_
28 - \(PG_AVAILABILITY\)
29 - \(PG_DEGRADED\)
30 thrashosds:
31 chance_thrash_cluster_full: 0