OpenStack Block Storage (Cinder)
fb358e45fe
Currently, the ONTAP Cinder driver only supports the max (ceiling) throughput QoS specs. This patch adds support for min (floor) throughput QoS policy specs ``minIOPS`` and ``minIOPSperGiB``, which can be set individually or along with the max throughtput specs. Added a new driver specific capability called `netapp_qos_min_support`. It is used to filter the pools that has support to the Qos minimum (floor) specs during the scheduler phase. The feature is supported by ONTAP AFF with version equal or greater than 9.2 for iSCSI/FCP and 9.3 for NFS, ONTAP Select Premium with SSD and ONTAP C190 with version equal or greater than 9.6. Implements: blueprint netapp-ontap-min-throughput-qos Implements: blueprint netapp-ontap-min-throughput-qos-capability Co-Authored-By: Felipe Rodrigues <felipen@netapp.com> Change-Id: Ic6579d459670fec4e5295e51c12fd807d980bb81 |
||
---|---|---|
api-ref/source | ||
cinder | ||
contrib/block-box | ||
doc | ||
etc/cinder | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.pylintrc | ||
.stestr.conf | ||
.zuul.yaml | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
driver-requirements.txt | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
mypy-files.txt | ||
README.rst | ||
reno.yaml | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
OpenStack Cinder
OpenStack Cinder is a storage service for an open cloud computing service.
You can learn more about Cinder at:
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://opendev.org/openstack/cinder
If you'd like to contribute, please see the information in CONTRIBUTING.rst
You can raise bugs on Launchpad