cinder/releasenotes/notes/scaleio-thin-provisioning-support-9c3b9203567771dd.yaml
Vipin Balachandran 383c37e0d8 Fix release notes formatting
We use double ticks to format config options, driver FQNs
etc. in few release notes to improve readability. This
patch updates the remaining release notes to follow the
same convention.

Change-Id: Ied4e5e02cc781405206edc2322567e5e5e3e170f
2016-09-14 01:07:38 +05:30

10 lines
458 B
YAML

---
features:
- Added support for oversubscription in thin provisioning in the
ScaleIO driver.
Volumes should have extra_specs with the key ``provisioning:type`` with value
equals to either ``thick`` or ``thin``.
``max_oversubscription_ratio`` can be defined by the global config or for
ScaleIO specific with the config option ``sio_max_over_subscription_ratio``.
The maximum oversubscription ratio supported at the moment is 10.0.