summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/volume.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/source/command-objects/volume.rst b/doc/source/command-objects/volume.rst
index abd433b6..df4d6880 100644
--- a/doc/source/command-objects/volume.rst
+++ b/doc/source/command-objects/volume.rst
@@ -254,6 +254,8 @@ Set volume properties
[--property <key=value> [...] ]
[--image-property <key=value> [...] ]
[--state <state>]
+ [--type <volume-type>]
+ [--retype-policy <retype-policy>]
[--bootable | --non-bootable]
[--read-only | --read-write]
<volume>
@@ -274,6 +276,20 @@ Set volume properties
Set a property on this volume (repeat option to set multiple properties)
+.. option:: --type <volume-type>
+
+ New volume type (name or ID)
+
+ *Volume version 2 only*
+
+.. option:: --retype-policy <retype-policy>
+
+ Migration policy while re-typing volume
+ ("never" or "on-demand", default is "never" )
+ (available only when "--type" option is specified)
+
+ *Volume version 2 only*
+
.. option:: --bootable
Mark volume as bootable