Document updated libvirt live migration defaults

Change-Id: If433ae654033192983fa5d74a32d81a75e09657c
Closes-Bug: 1358803
This commit is contained in:
Lena 2014-10-30 17:35:32 +01:00
parent 1d9fa14cfa
commit 606eb264ae
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ HostA: 921515008 101921792 772783104 12% /var/lib/nova/instances ( <
<para>By default, the Compute service does not use the libvirt live migration functionality.
To enable this functionality, add the following line to the <filename>nova.conf</filename>
file:</para>
<programlisting>live_migration_flag=VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE</programlisting>
<programlisting>live_migration_flag=VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE, VIR_MIGRATE_TUNNELLED</programlisting>
<para>The Compute service does not use libvirt's live migration by default because there is a
risk that the migration process never ends. This can happen if the guest operating system
dirties blocks on the disk faster than they can be migrated.</para>