fix some mistake in freezer user guide document(nova backup)

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
This commit is contained in:
tanmingxiao 2018-03-21 15:47:03 +08:00 committed by Trinh Nguyen
parent 59974a2869
commit 61a28e1475
1 changed files with 4 additions and 1 deletions

View File

@ -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: