Merge "Update cinder-manage syntax in Configure multiple-storage back ends"
This commit is contained in:
commit
d9de669944
@ -40,7 +40,7 @@ configuration group for a back end (such as, ``[lvmdriver-1]``).
|
||||
service is replaced with a new host service. The new service appears
|
||||
with a name like ``host@backend``. Use::
|
||||
|
||||
$ cinder-manage volume host --currentname CURRENTNAME --newname CURRENTNAME@BACKEND
|
||||
$ cinder-manage volume update_host --currentname CURRENTNAME --newname CURRENTNAME@BACKEND
|
||||
|
||||
to convert current block devices to the new hostname.
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
services, the original <literal>host</literal>
|
||||
service is replaced with a new host service. The new service
|
||||
appears with a name like <literal>host@backend</literal>. Use:
|
||||
<screen><prompt>$</prompt> <userinput>cinder-manage volume host --currentname <replaceable>CURRENTNAME</replaceable> --newname <replaceable>CURRENTNAME</replaceable>@<replaceable>BACKEND</replaceable></userinput></screen>
|
||||
<screen><prompt>$</prompt> <userinput>cinder-manage volume update_host --currentname <replaceable>CURRENTNAME</replaceable> --newname <replaceable>CURRENTNAME</replaceable>@<replaceable>BACKEND</replaceable></userinput></screen>
|
||||
to convert current block devices to the new hostname.</para>
|
||||
</note>
|
||||
<para>The options for a configuration group must be defined in
|
||||
|
Loading…
Reference in New Issue
Block a user