OpenStack Block Storage (Cinder)
388e52ce23
This fixes the issue of deleting temporary snapshots created during the consistency group creation process. These temporary snapshots may not be deleted if the system is under load and the temporary snapshot remains in a "busy" state after the consistency group creation process is otherwise complete. This change also reduces lines of code by implementing a manager for the creation of FixedIntervalLoopingCall instances in the ONTAP drivers. This looping call manager also provides the ability to start all registered looping calls after the driver has been properly initialized. The looping call manager also makes it easy to ensure that FixedIntervalLoopingCall instances are not instantiated in Unit Tests. Closes-Bug: #1596679 Change-Id: I13096a8c94a32e68814f81900032dbcc6a4a9806 |
||
---|---|---|
api-ref/source | ||
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