openstack-helm/cinder/values_overrides/qos.yaml
Sophie Huang a711de8195 Add volume QoS support
In this patchset, volume QoS creation and association are added
to the bootstrap if configured.

Change-Id: I8c4bd4909f06e9db4fbc6a6daad0932babe94bcf
2021-07-16 13:59:16 +00:00

14 lines
249 B
YAML

# NOTE: In this yaml file, an example qos is created
# and associated with volume type rbd1
---
bootstrap:
high-iops:
consumer: front-end
properties:
read_iops_sec: 20000
write_iops_sec: 10000
associates:
- rbd1
...