OpenStack Block Storage (Cinder)
829dbc7fd0
This patch implements cinder Replication version 2 as proposed in https://blueprints.launchpad.net/cinder/+spec/replication-v2 the changes are: 1. the ability to enable replication on the specified volume 2. the ability to disable replication on the specified volume. 3. the ability to return the list of replication targets for a volume 4. the ability to force failover to a secondary replication target. DocImpact Implements: blueprint ibm-xiv-ds8k-replication-v2 Change-Id: I04d1db17762fe72add2ab34193946daeca2f88e6 |
||
---|---|---|
cinder | ||
doc | ||
etc/cinder | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tests-py3.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:
git clone https://github.com/openstack/cinder.git
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/cinder