diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-01-25 00:13:26 -0500 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-01-27 14:16:03 -0500 |
| commit | 4ff020006ebc96348822f50c5b484ee45e5f1b41 (patch) | |
| tree | 29ad7f56416722ce563aee00bddc1f986b9efe7a /doc/source/command-objects | |
| parent | 71e0e5332ab0cbe4a582cfb4fba3e5bbec04fdc5 (diff) | |
| download | python-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')
| -rw-r--r-- | doc/source/command-objects/volume.rst | 5 |
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) |
