From fec61eb5ccb67adddbdad8ef15fd46313783fb33 Mon Sep 17 00:00:00 2001 From: Ashish Singh Date: Mon, 4 Sep 2017 16:42:09 +0530 Subject: [PATCH] doc: Fixes rbd snapshot flatten example Snapshot flatten example has incorrect image name, fixing the same. Fixes: #17723 Signed-off-by: Ashish Singh --- doc/rbd/rbd-snapshot.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rbd/rbd-snapshot.rst b/doc/rbd/rbd-snapshot.rst index 2e5af9f181f7e..547f483f7331c 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. -- 2.39.5