Add APIv2 support to make host optional on evacuate.

Change-Id: I68121debecb944af82c5c0c52debc5dc11640204
Closes-Bug: #1357212
This commit is contained in:
Kentaro Tanaka
2014-08-22 01:26:54 +09:00
parent 9fcc3ec42d
commit 28735e50be

View File

@@ -6,8 +6,9 @@
xml:id="nova_cli_evacuate"> xml:id="nova_cli_evacuate">
<title>Evacuate instances</title> <title>Evacuate instances</title>
<para>If a cloud compute node fails due to a hardware malfunction or another reason, you can <para>If a cloud compute node fails due to a hardware malfunction or another reason, you can
evacuate instances to make them available again. You can choose evacuation parameters for evacuate instances to make them available again. You can optionally include the target host
your use case.</para> on the <command>evacuate</command> command. If you omit the host, the scheduler determines
the target host.</para>
<para>To preserve user data on server disk, you must configure shared storage on the target <para>To preserve user data on server disk, you must configure shared storage on the target
host. Also, you must validate that the current VM host is down; otherwise, the evacuation host. Also, you must validate that the current VM host is down; otherwise, the evacuation
fails with an error.</para> fails with an error.</para>