Skip to content

Commit

Permalink
doc: update rbd man page for new options
Browse files Browse the repository at this point in the history
--no-progress and --allow-shrink were added recently.

Signed-off-by: Josh Durgin <[email protected]>
  • Loading branch information
jdurgin committed Apr 29, 2013
1 parent 8b2a147 commit ffc8557
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/man/8/rbd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ Options

Interact with the given pool. Required by most commands.

.. option:: --no-progress

Do not output progress information (goes to standard error by
default for some commands).


Parameters
==========
Expand Down Expand Up @@ -150,8 +155,9 @@ Commands

This requires format 2.

:command:`resize` [*image-name*]
:command:`resize` [*image-name*] [--allow-shrink]
Resizes rbd image. The size parameter also needs to be specified.
The --allow-shrink option lets the size be reduced.

:command:`rm` [*image-name*]
Deletes an rbd image (including all data blocks). If the image has
Expand Down

0 comments on commit ffc8557

Please sign in to comment.