]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/rados/singleton-nomsgr/all/full-tiering.yaml
bump version to 18.2.2-pve1
[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:
cd265ab1 10 log-ignorelist:
7c673cae 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\)
aee94f69 17 - \(POOL_APP_NOT_ENABLED\)
7c673cae
FG
18tasks:
19- install:
20- ceph:
9f95a23c 21 pre-mgr-commands:
20effc67 22 - sudo ceph config set mgr mgr_pool false --force
7c673cae
FG
23 conf:
24 global:
25 osd max object name len: 460
26 osd max object namespace len: 64
27- exec:
28 client.0:
29 - ceph osd pool create ec-ca 1 1
30 - ceph osd pool create ec 1 1 erasure default
c07f9fc5 31 - ceph osd pool application enable ec rados
7c673cae
FG
32 - ceph osd tier add ec ec-ca
33 - ceph osd tier cache-mode ec-ca readproxy
34 - ceph osd tier set-overlay ec ec-ca
35 - ceph osd pool set ec-ca hit_set_type bloom
36 - ceph osd pool set-quota ec-ca max_bytes 20480000
37 - ceph osd pool set-quota ec max_bytes 20480000
38 - ceph osd pool set ec-ca target_max_bytes 20480000
39 - timeout 30 rados -p ec-ca bench 30 write || true
31f18b77
FG
40 - ceph osd pool set-quota ec-ca max_bytes 0
41 - ceph osd pool set-quota ec max_bytes 0