OpenStack Block Storage (Cinder)
17d7712fd1
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 |
||
---|---|---|
api-ref | ||
cinder | ||
doc | ||
etc/cinder | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
CINDER
You have come across a storage service for an open cloud computing service. It has identified itself as Cinder. It was abstracted from the Nova project.
- Wiki: http://wiki.openstack.org/Cinder
- Developer docs: http://docs.openstack.org/developer/cinder
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/cinder
Python client
https://git.openstack.org/cgit/openstack/python-cinderclient