OpenStack Block Storage (Cinder)
32a08e4d6a
This change will allow snapshots created by the SMBFS driver to be attached in read-only mode. This will be used in order to backup in-use volumes. Note that writing to a snapshot would corrupt the differencing image chain. We'll need to locate snapshot backing files. The issue is that in some cases, in-place locks may prevent us from querying the top image from the chain. For this reason, we're going to store the backing file information in the DB using the snapshot object metadata field, at the same time preserving backwards compatibility. Fake volume/snapshot object usage throughout the smbfs driver unit tests had to be updated due to the object changes performed by it. Partial-Implements: bleuprint windows-smb-backup Change-Id: Ideaacbf9d160f400bef53825103b671127252789 |
||
---|---|---|
api-ref/source | ||
cinder | ||
contrib/block-box | ||
doc | ||
etc/cinder | ||
playbooks/legacy/cinder-tempest-dsvm-lvm-lio | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.zuul.yaml | ||
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/cinder/latest/
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 https://bugs.launchpad.net/cinder
Python client
https://git.openstack.org/cgit/openstack/python-cinderclient