cinder/releasenotes/notes/capacity-based-qos-minimum-values-b24a5f49c986f11d.yaml
Mohammed Naser 37f2bdcdec Add ability to specify minimum value when using capacity based QoS
When using capacity based QoS, it is possible that a user provisions
a volume that is very small but it unusable because of the very small
calculated IOPs.

This patch adds a few options to allow operators to allow for a minimum
value of IOPs, where the greater of the calculated value and minimum
is used as the QoS value.

Change-Id: I0fac45847f991d1f81ddcdd8674f8634f1cc4943
2018-08-03 11:00:40 -04:00

11 lines
410 B
YAML

---
features:
- Cinder now allows for a minimum value when using the capacity based QoS
in order to make sure small volumes can get a minimum allocation for them
to be usable.
The newly added QoS specs are `read_iops_sec_per_gb_min`,
`write_iops_sec_per_gb_min`, `total_iops_sec_per_gb_min`,
`read_bytes_sec_per_gb_min`, `write_bytes_sec_per_gb_min` and
`total_bytes_sec_per_gb_min`