From: Josh Durgin <josh.durgin@dreamhost.com>
To: Florian Haas <florian@hastexo.com>
Cc: ceph-devel@vger.kernel.org
Subject: Re: [PATCH] doc: fix snapshot creation/deletion syntax in rbd man page (trivial)
Date: Fri, 17 Feb 2012 14:33:58 -0800 [thread overview]
Message-ID: <4F3ED5D6.7040506@dreamhost.com> (raw)
In-Reply-To: <1329509715-21343-2-git-send-email-florian@hastexo.com>
On 02/17/2012 12:15 PM, Florian Haas wrote:
> Creating a snapshot requires using "rbd snap create",
> as opposed to just "rbd create". Also for purposes of
> clarification, add note that removing a snapshot similarly
> requires "rbd snap rm".
>
> Thanks to Josh Durgin for the explanation on IRC.
>
> Signed-off-by: Florian Haas<florian@hastexo.com>
> ---
> doc/man/8/rbd.rst | 6 +++++-
> 1 files changed, 5 insertions(+), 1 deletions(-)
>
> diff --git a/doc/man/8/rbd.rst b/doc/man/8/rbd.rst
> index fbf8e3c..7069e30 100644
> --- a/doc/man/8/rbd.rst
> +++ b/doc/man/8/rbd.rst
> @@ -154,7 +154,11 @@ To delete an rbd image (be careful!)::
>
> To create a new snapshot::
>
> - rbd create mypool/myimage@mysnap
> + rbd snap create mypool/myimage@mysnap
> +
> +To delete a snapshot::
> +
> + rbd snap rm mypool/myimage@mysnap
>
> To map an image via the kernel with cephx enabled::
>
Applied, thanks!
next prev parent reply other threads:[~2012-02-17 22:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-17 20:15 Updated rbd man page patch Florian Haas
2012-02-17 20:15 ` [PATCH] doc: fix snapshot creation/deletion syntax in rbd man page (trivial) Florian Haas
2012-02-17 22:33 ` Josh Durgin [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-02-17 19:42 Florian Haas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F3ED5D6.7040506@dreamhost.com \
--to=josh.durgin@dreamhost.com \
--cc=ceph-devel@vger.kernel.org \
--cc=florian@hastexo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.