OpenStack Block Storage (Cinder)
32e67f3119
failover_host is the interface for Cheesecake. Currently it passes volumes to the failover_host interface in the driver. If a backend supports both Cheesecase and Tiramisu, it makes sense for the driver to failover a group instead of individual volumes if a volume is in a replication group. So this patch passes groups to the failover_host interface in the driver in addition to volumes so driver can decide whether to failover a replication group. Change-Id: I9842eec1a50ffe65a9490e2ac0c00b468f18b30a Partially-Implements: blueprint replication-cg |
||
---|---|---|
api-ref/source | ||
cinder | ||
contrib/block-box | ||
doc | ||
etc/cinder | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
driver-requirements.txt | ||
HACKING.rst | ||
LICENSE | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
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: https://wiki.openstack.org/Cinder
- Developer docs: https://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