OpenStack Block Storage (Cinder)
942317aecd
To limit downtime during upgrade we've decided to ban data migrations done in migrations scripts and do them online during the runtime of the cloud. This commit implements generic infrastructure for that. This was part of a commit adding a mapping table between volume types and consistency groups, but I've separated it because it's needed independently. Also the aforementioned commit will probably be obsolete when we finish generic volume groups efforts. UpgradeImpact Related: blueprint online-schema-upgrades Change-Id: I655d47c39e44251cbbad6e4b3fbc8e8d73995d30 |
||
---|---|---|
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