]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fixes rbd snapshot flatten example 17436/head
authorAshish Singh <assingh@redhat.com>
Mon, 4 Sep 2017 11:12:09 +0000 (16:42 +0530)
committerAshish Singh <assingh@redhat.com>
Mon, 4 Sep 2017 11:21:57 +0000 (16:51 +0530)
Snapshot flatten example has incorrect image name, fixing the same.

Fixes: #17723
Signed-off-by: Ashish Singh <assingh@redhat.com>
doc/rbd/rbd-snapshot.rst

index 2e5af9f181f7efe83dd4f86d2b14731a2db4ba78..547f483f7331cea544a15e5e0c4315df315ef0ff 100644 (file)
@@ -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.