ceph/suites/rados/singleton-nomsgr/all/full-tiering.yaml
Sage Weil de3c9d59df rados/singleton-nomsgr/all/full-tiering: time out rados -p
We will hit a quota and block (not error out).

See #13283
Signed-off-by: Sage Weil <sage@redhat.com>
2015-10-01 15:37:22 -04:00

23 lines
674 B
YAML

# verify #13098 fix
roles:
- [mon.a, mds.a, osd.0, osd.1, osd.2, client.0]
overrides:
ceph:
log-whitelist:
- is full
tasks:
- install:
- ceph:
- exec:
client.0:
- ceph osd pool create ec-ca 1 1
- ceph osd pool create ec 1 1 erasure default
- ceph osd tier add ec ec-ca
- ceph osd tier cache-mode ec-ca readforward
- ceph osd tier set-overlay ec ec-ca
- ceph osd pool set ec-ca hit_set_type bloom
- ceph osd pool set-quota ec-ca max_bytes 20480000
- ceph osd pool set-quota ec max_bytes 20480000
- ceph osd pool set ec-ca target_max_bytes 20480000
- timeout 30 rados -p ec-ca bench 30 write || true