]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Update cinder-manage man to match current options
authorJimmy McCrory <jimmy.mccrory@gmail.com>
Tue, 3 Nov 2015 19:10:34 +0000 (11:10 -0800)
committerJimmy McCrory <jimmy.mccrory@gmail.com>
Tue, 3 Nov 2015 19:15:18 +0000 (19:15 +0000)
Add missing 'volume update_host' and 'service remove' commands, and
remove 'storage management' and 'volume reattach' commands.

Change-Id: Ie37fb4288b1bea1035d934136454af186eb8b44c
Closes-Bug: #1512844

doc/source/man/cinder-manage.rst

index 7d2e7a51f57cb7c0d6eaf2c90083e9458c0aec31..3ed6707b92c5b4309bdce626ca07ccff5306e6d2 100644 (file)
@@ -7,9 +7,9 @@ Control and manage OpenStack block storage
 ------------------------------------------------------
 
 :Author: openstack@lists.openstack.org
-:Date:   2013-05-30
+:Date:   2015-11-03
 :Copyright: OpenStack Foundation
-:Version: 2013.2
+:Version: 7.0.0
 :Manual section: 1
 :Manual group: cloud computing
 
@@ -35,7 +35,7 @@ For example, to obtain a list of the cinder services currently running:
 Run without arguments to see a list of available command categories:
 ``cinder-manage``
 
-Categories are shell, logs, migrate, db, volume, host, service, backup, version, sm and config. Detailed descriptions are below.
+Categories are shell, logs, migrate, db, volume, host, service, backup, version, and config. Detailed descriptions are below.
 
 You can also run with a category argument such as 'db' to see a list of all commands in that category:
 ``cinder-manage db``
@@ -95,14 +95,14 @@ Cinder Shell
 Cinder Volume
 ~~~~~~~~~~~~~
 
-``cinder-manage volume reattach <volume_id>``
-
-    Re-attach a volume that has previously been attached to an instance.
-
 ``cinder-manage volume delete <volume_id>``
 
     Delete a volume without first checking that the volume is available.
 
+``cinder-manage volume update_host --currenthost <current host> --newhost <new host>``
+
+    Updates the host name of all volumes currently associated with a specified host.
+
 Cinder Host
 ~~~~~~~~~~~
 
@@ -117,6 +117,10 @@ Cinder Service
 
     Displays a list of all cinder services and their host, zone, status, state and when the information was last updated.
 
+``cinder-manage service remove <service> <host>``
+
+    Removes a specified cinder service from a specified host.
+
 Cinder Backup
 ~~~~~~~~~~~~~
 
@@ -131,33 +135,6 @@ Cinder Version
 
     Displays the codebase version cinder is running upon.
 
-Cinder Storage Management
-~~~~~~~~~~~~~~~~~~~~~~~~~
-
-``cinder-manage sm flavor_create <label> <desc>``
-
-    Creates a Storage Management flavor with the requested label and description.
-
-``cinder-manage sm flavor_list [<flavor id>]``
-
-    Displays a list of all available flavors.  The optional flavor ID parameter may be used to display information for a specific flavor.
-
-``cinder-manage sm flavor_delete <label>``
-
-    Deletes the requested flavor.
-
-``cinder-manage sm backend_add <flavor_label> <sr_type> [<config connection parameters>]``
-
-    Creates a backend using the requested flavor, sr_type and optional arguments.
-
-``cinder-manage sm backend_list [<backend_conf_id>]``
-
-    Displays a list of all backends.  The optional backend ID parameter may be used to display information for a specific backend.
-
-``cinder-manage sm backend_remove <backend_conf_id>``
-
-    Removes the specified backend.
-
 Cinder Config
 ~~~~~~~~~~~~~