OpenStack Block Storage (Cinder)
dbcbfefe51
This patch adds a new subgroup of commands called `util` with a single command ``remove_locks` that takes care of deleting locks that will no longer be used because the resources they are related to are no longer there. This works for volumes and snapshots and with the cinder services running or stopped. It gets the file locks filtering by name (must have the "cinder-" prefix and an UUID) and then if the service is online it will not delete file locks for resources that are still present in the database. Closes-Bug: #1432387 Change-Id: I2535017e112c8bcb9a2e516876f52a945e9c7da8 |
||
---|---|---|
api-ref/source | ||
cinder | ||
contrib/block-box | ||
doc | ||
etc/cinder | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
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