deb-cinder/releasenotes/notes/scaleio-scaling-qos-50c58e43d4b54247.yaml
Matan Sabag 17d7712fd1 Adding Scaling QoS for ScaleIO driver
Add 2 new qos keys for ScaleIO: maxIOPSperGB and maxBWperGB.
The user can specify those in order to get QoS correlated with
the volume size.
the driver will always choose the minimum between the scaling QoS
keys and the pertinent maximum limitation key: maxIOPS, maxBWS.

Change-Id: I089e1a24af7925ed9b5f4e791d4ff30c0bd418e5
DocImpact:
Implements: blueprint scaleio-scaling-qos
2016-06-22 04:03:29 -07:00

5 lines
126 B
YAML

---
features:
- Added support for scaling QoS in the ScaleIO driver.
The new QoS keys are maxIOPSperGB and maxBWSperGB.