From c57bb66cc0b1f0de5a4f38912d2cb6987ffb26bd Mon Sep 17 00:00:00 2001 From: Xu Ao Date: Tue, 23 Aug 2016 17:45:00 +0800 Subject: [PATCH] Fix the mistake in Administrator Guide -- blockstorage-volume-backups Correct the command of backup the snapshot of the volume. Change-Id: Iddb456d018120ff868291fcee99f811e4db19613 Partial-Bug: #1615994 --- doc/admin-guide/source/blockstorage-volume-backups.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/admin-guide/source/blockstorage-volume-backups.rst b/doc/admin-guide/source/blockstorage-volume-backups.rst index ad3aa47d5a..cf44860127 100644 --- a/doc/admin-guide/source/blockstorage-volume-backups.rst +++ b/doc/admin-guide/source/blockstorage-volume-backups.rst @@ -168,6 +168,8 @@ Run this command to create a backup of a snapshot: .. code-block:: console - $ cinder backup-create [--incremental] [--force] SNAPSHOT + $ cinder backup-create [--incremental] [--force] \ + [--snapshot-id SNAPSHOT_ID] VOLUME -Where ``SNAPSHOT`` is the name or ID of the snapshot. +Where ``VOLUME`` is the name or ID of the volume, ``SNAPSHOT_ID`` is the ID of +the volume's snapshot.