From 4ff020006ebc96348822f50c5b484ee45e5f1b41 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Sun, 25 Jan 2015 00:13:26 -0500 Subject: 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 --- doc/source/command-objects/volume.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/source/command-objects') 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 ] [--description ] + [--size ] [--property [...] ] @@ -145,6 +146,10 @@ Set volume properties New volume description +.. option:: --size + + Extend volume size in GB + .. option:: --property Property to add or modify for this volume (repeat option to set multiple properties) -- cgit v1.2.1