OpenStack Block Storage (Cinder)
b03992b616
SVC Global Mirror with Change Volumes(gmcv) provides asynchronous replication based on point-in-time copies of data. Two properties: replication_type="<in> gmcv" and drivers:cycle_period_seconds=500 in volume type to support replication volume with gmcv. Here is an example to define a gmcv replication type: openstack volume type set --property replication_type="<in> gmcv" --property replication_enabled='<is> True' --property drivers:cycle_period_seconds=500 --property volume_backend_name=svc75 SVCGMCVReplicationType DocImpact Change-Id: I525f82dccf88bc085825523d7e899143e2190a96 Implements: blueprint gmcv-support-in-svc-driver |
||
---|---|---|
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