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