OpenStack Block Storage (Cinder)
a752012c92
When we try to reimage a volume, we update the status of volume to 'downloading'. We later validate the image metadata (like image is 'active', image size is less than volume size, etc), and in case the validation fails, we currently don't revert the volume status back to original ('available', 'in-use' etc) and volume stays in 'downloading' state. This patch fixes this by catching the failure exception and doing a DB update to restore the volume status back to it's previous state. Closes-Bug: #2036994 Change-Id: I05bf29e2a089b06398414b542b655a8083c9a21f |
||
---|---|---|
api-ref/source | ||
cinder | ||
doc | ||
etc/cinder | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
roles | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.pylintrc | ||
.stestr.conf | ||
.zuul.yaml | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
driver-requirements.txt | ||
HACKING.rst | ||
LICENSE | ||
mypy-files.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