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 |
||
---|---|---|
.. | ||
cinder-manage.rst | ||
cinder-status.rst | ||
cli-cinder-quotas.rst | ||
cli-cinder-scheduling.rst | ||
cli-manage-volumes.rst | ||
cli-set-quotas.rst | ||
index.rst | ||
README.rst |
Cinder CLI Documentation (source/cli)
Introduction:
This directory is intended to hold any documentation that relates to Cinder's Command Line Interface. Note that this directory is intended for basic descriptions of the commands supported, similar to what you would find with a 'man page'. Tutorials or step-by-step guides should go into 'doc/source/admin' or 'doc/source/user' depending on the target audience.
The full spec for organization of documentation may be seen in the OS Manuals Migration Spec <https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html>.