From 61a28e1475ac663802a8d0121491863028b183c8 Mon Sep 17 00:00:00 2001 From: tanmingxiao Date: Wed, 21 Mar 2018 15:47:03 +0800 Subject: [PATCH] fix some mistake in freezer user guide document(nova backup) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I test the freezer with freezer-agent.rst and I find some mistake in cinder and nova backups - nova backup need --mode option. otherwise it will into the default mode fs - nova backup need more necessary parameters,It is the --engine nova and --no-incremental True and --backup-name [BACKUP_NAME] Closes-Bug:1619158 Change-Id: Id0326f35f8d15eb78c4aa272dba4cf8bf5c539ff --- doc/source/user/freezer-agent.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/source/user/freezer-agent.rst b/doc/source/user/freezer-agent.rst index 749f2fc5..1ac53e9d 100644 --- a/doc/source/user/freezer-agent.rst +++ b/doc/source/user/freezer-agent.rst @@ -186,7 +186,10 @@ Execute a nova backup: .. code:: bash - freezer-agent --nova-inst-id [nova-instance-id] + freezer-agent --backup-name [my-backup-name] \ + --mode nova --engine nova \ + --no-incremental True \ + --nova-inst-id [nova-instance-id] Execute a MySQL backup with nova: