From: Ashish Singh Date: Mon, 4 Sep 2017 11:12:09 +0000 (+0530) Subject: doc: Fixes rbd snapshot flatten example X-Git-Tag: v13.0.1~1047^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fec61eb5ccb67adddbdad8ef15fd46313783fb33;p=ceph.git doc: Fixes rbd snapshot flatten example Snapshot flatten example has incorrect image name, fixing the same. Fixes: #17723 Signed-off-by: Ashish Singh --- diff --git a/doc/rbd/rbd-snapshot.rst b/doc/rbd/rbd-snapshot.rst index 2e5af9f181f7..547f483f7331 100644 --- a/doc/rbd/rbd-snapshot.rst +++ b/doc/rbd/rbd-snapshot.rst @@ -294,7 +294,7 @@ a snapshot, you must flatten the child images first. :: For example:: - rbd flatten rbd/my-image + rbd flatten rbd/new-image .. note:: Since a flattened image contains all the information from the snapshot, a flattened image will take up more storage space than a layered clone.