cinder/doc/source/cli
whoami-rajat edeac132a1 Add cinder-manage command to update service_uuid
In some deployments, after an upgrade, we remove the old service
records and create new ones. This leaves the volumes with the
service_uuid pointing to the old (deleted) service and causes an
issue while purging out the deleted service records.
This patch adds a cinder-manage command to update the
service_uuid field of volumes with the following command:

``cinder-manage volume update_service``

The service_uuid of volumes associated with old service_uuid
also gets updated when cinder creates a new service.

Change-Id: I0b13c6351733b8163bcf6e73c939c375493dcba5
2024-09-03 14:07:36 +00:00
..
cinder-manage.rst Add cinder-manage command to update service_uuid 2024-09-03 14:07:36 +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: Migrate docs from cinderclient to OSC (part 1) 2024-04-19 15:06:11 +01: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 docs: Migrate docs from cinderclient to OSC (part 1) 2024-04-19 15:06:11 +01: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 [Docs] Add documentation contribution docs 2017-08-10 15:52:46 -05:00

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