summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/volume.rst
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-01-25 00:13:26 -0500
committerSteve Martinelli <stevemar@ca.ibm.com>2015-01-27 14:16:03 -0500
commit4ff020006ebc96348822f50c5b484ee45e5f1b41 (patch)
tree29ad7f56416722ce563aee00bddc1f986b9efe7a /doc/source/command-objects/volume.rst
parent71e0e5332ab0cbe4a582cfb4fba3e5bbec04fdc5 (diff)
downloadpython-openstackclient-4ff020006ebc96348822f50c5b484ee45e5f1b41.tar.gz
Add the ability to extend volumes in `osc volume set`
Create a --size option for volume set, so the user may extend a volume's size. Change-Id: Ic8d3396d788a14ea1e10bf1da73edfd7f5d85070 Closes-Bug: #1413954
Diffstat (limited to 'doc/source/command-objects/volume.rst')
-rw-r--r--doc/source/command-objects/volume.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/command-objects/volume.rst b/doc/source/command-objects/volume.rst
index 2eec2d7b..0b2e0db6 100644
--- a/doc/source/command-objects/volume.rst
+++ b/doc/source/command-objects/volume.rst
@@ -134,6 +134,7 @@ Set volume properties
os volume set
[--name <name>]
[--description <description>]
+ [--size <size>]
[--property <key=value> [...] ]
<volume>
@@ -145,6 +146,10 @@ Set volume properties
New volume description
+.. option:: --size <size>
+
+ Extend volume size in GB
+
.. option:: --property <key=value>
Property to add or modify for this volume (repeat option to set multiple properties)