OpenStack Block Storage (Cinder)
7c685f0d68
This feature expands the usability of Glance multiple stores for volumes that are created from images. In this implementation, a volume created from image sends its base image id to glance so that glance can store the current volume image where the base image resides (whether be single or multiple stores). An conflict between the 'image_service:store_id' [1] and the 'base_image_ref' passed to Glance is expected to be handled on the Glance side. Implements: bp copy-image-in-multiple-stores [1] https://review.opendev.org/#/c/661676/ Change-Id: I5dd00e8d373fd8a7dd4f97e4e5924aefe599d1d9 |
||
---|---|---|
api-ref/source | ||
cinder | ||
contrib/block-box | ||
doc | ||
etc/cinder | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.pylintrc | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
driver-requirements.txt | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
reno.yaml | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
OpenStack Cinder
OpenStack Cinder is a storage service for an open cloud computing service.
You can learn more about Cinder at:
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://opendev.org/openstack/cinder
If you'd like to contribute, please see the information in CONTRIBUTING.rst
You can raise bugs on Launchpad