OpenStack Block Storage (Cinder)
e1f6de6f83
1. Bring storage group check within delete volume so that it can be used in every place it is called and not just the delete method. 2. Remove the reset identifier_name name as this makes the device available for use straight away even if is not deleted. 3. Allow for None value in unlink_snapshot. 4. Add extra debugging information for device id. 5. Retry on getting connection info for volume. 6. Validate a masking view on an attach operation. 7. Reset identifier name on a rollback. 8. Retry a cleanup if snap id not available at the time. 9. Pylint fixes. 10. Retry on a failed delete with a cleanup snapvx in exception. Change-Id: I0c0f3d2246b840326579748027b9cd15bf174ff8 |
||
---|---|---|
api-ref/source | ||
cinder | ||
contrib/block-box | ||
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