cinder/doc/source/cli
Gorka Eguileor dbcbfefe51 Add cinder-manage command to remove file locks
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
2021-08-04 14:42:29 +00:00
..
README.rst [Docs] Add documentation contribution docs 2017-08-10 15:52:46 -05:00
cinder-manage.rst Add cinder-manage command to remove file locks 2021-08-04 14:42:29 +00:00
cinder-status.rst Fix duplicated words issue like " should should " 2020-01-06 10:53:18 +08:00
cli-cinder-quotas.rst Docs: Make links more robust 2019-08-10 10:49:23 +02:00
cli-cinder-scheduling.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
cli-manage-volumes.rst Merge "Change the CLI document for the extend-attached-volume" 2021-02-03 18:34:23 +00:00
cli-set-quotas.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
index.rst Base framework for cinder-status upgrade check 2018-10-17 11:51:04 -04:00

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>.