OpenStack Block Storage (Cinder)
99d79431e3
In some circumstances (such as after a reboot), especially with thin LVM, the LV may not be activated, so creating a target from it will fail. Activate the LV before creating a target. When using permanent=True for activation, don't supply the -K/ignoreskipactivation argument. This is rejected by LVM 2.02.171, and is not a reasonable request, since it asks to simultaneously unset a flag, and also to ignore the flag (which should now be unset) during the same activation operation. This fixes a failure to clone a volume from another thin LVM volume in the same pool. Closes-Bug: #1701545 Change-Id: I925ece8833cc99a95c4cf693804ca3698f8cb114 |
||
---|---|---|
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/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