OpenStack Block Storage (Cinder)
f91b29cd0c
This patch allows deleting operations and getting capabilities in HA Active-Active configurations. To allow this we have to use the cluster topic queue in the Message Broker, so following RPC methods in cinder/volume/rpcapi have been changed: - delete_volume - delete_snapshot - delete_consistencygroup - delete_cgsnapshot - delete_group - delete_group_snapshot When the cluster field is not set all RPC calls will behave as before, sending it to the host topic queue. Change-Id: I8bcf26afec7f2c54f281dc1ac771825b1c1625ad Specs: https://review.openstack.org/327283 Implements: blueprint cinder-volume-active-active-support |
||
---|---|---|
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 |
Team and repository tags
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