]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/rados/singleton-nomsgr/all/full-tiering.yaml
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / qa / suites / rados / singleton-nomsgr / all / full-tiering.yaml
CommitLineData
7c673cae 1# verify #13098 fix
11fdf7f2
TL
2openstack:
3 - volumes: # attached to each instance
4 count: 3
5 size: 10 # GB
7c673cae
FG
6roles:
7- [mon.a, mgr.x, osd.0, osd.1, osd.2, client.0]
8overrides:
9 ceph:
10 log-whitelist:
11 - is full
224ce89b 12 - overall HEALTH_
d2e6a577
FG
13 - \(POOL_FULL\)
14 - \(POOL_NEAR_FULL\)
15 - \(CACHE_POOL_NO_HIT_SET\)
16 - \(CACHE_POOL_NEAR_FULL\)
7c673cae
FG
17tasks:
18- install:
19- ceph:
20 conf:
21 global:
22 osd max object name len: 460
23 osd max object namespace len: 64
24- exec:
25 client.0:
26 - ceph osd pool create ec-ca 1 1
27 - ceph osd pool create ec 1 1 erasure default
c07f9fc5 28 - ceph osd pool application enable ec rados
7c673cae
FG
29 - ceph osd tier add ec ec-ca
30 - ceph osd tier cache-mode ec-ca readproxy
31 - ceph osd tier set-overlay ec ec-ca
32 - ceph osd pool set ec-ca hit_set_type bloom
33 - ceph osd pool set-quota ec-ca max_bytes 20480000
34 - ceph osd pool set-quota ec max_bytes 20480000
35 - ceph osd pool set ec-ca target_max_bytes 20480000
36 - timeout 30 rados -p ec-ca bench 30 write || true
31f18b77
FG
37 - ceph osd pool set-quota ec-ca max_bytes 0
38 - ceph osd pool set-quota ec max_bytes 0