summaryrefslogtreecommitdiffstats
path: root/doc/rbd/rbd-snapshot.rst
diff options
context:
space:
mode:
authorAshish Singh <assingh@redhat.com>2017-09-04 13:12:09 +0200
committerAshish Singh <assingh@redhat.com>2017-09-04 13:21:57 +0200
commitfec61eb5ccb67adddbdad8ef15fd46313783fb33 (patch)
treea09951489f6f33b95101c06289dd13325c63310f /doc/rbd/rbd-snapshot.rst
parentMerge pull request #17409 from liewegas/wip-21207 (diff)
downloadceph-fec61eb5ccb67adddbdad8ef15fd46313783fb33.tar.xz
ceph-fec61eb5ccb67adddbdad8ef15fd46313783fb33.zip
doc: Fixes rbd snapshot flatten example
Snapshot flatten example has incorrect image name, fixing the same. Fixes: #17723 Signed-off-by: Ashish Singh <assingh@redhat.com>
Diffstat (limited to '')
-rw-r--r--doc/rbd/rbd-snapshot.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rbd/rbd-snapshot.rst b/doc/rbd/rbd-snapshot.rst
index 2e5af9f181f..547f483f733 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.