From: Pradipta Kr. Banerjee Date: Tue, 19 Aug 2014 12:56:11 +0000 (+0530) Subject: man: virsh: add missing auto-converge option for 'migrate' X-Git-Tag: v1.2.8-rc1~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=338ae9e2d4a2a847900839d8d47079617a0939be;p=thirdparty%2Flibvirt.git man: virsh: add missing auto-converge option for 'migrate' * tools/virsh.pod (migrate): Add --auto-converge flag Signed-off-by: Pradipta Kr. Banerjee Signed-off-by: Ján Tomko --- diff --git a/tools/virsh.pod b/tools/virsh.pod index b665d6ee55..c96c801dcf 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -1289,7 +1289,7 @@ to the I namespace is displayed instead of being modified. =item B [I<--live>] [I<--offline>] [I<--direct>] [I<--p2p> [I<--tunnelled>]] [I<--persistent>] [I<--undefinesource>] [I<--suspend>] [I<--copy-storage-all>] [I<--copy-storage-inc>] [I<--change-protection>] [I<--unsafe>] [I<--verbose>] -[I<--compressed>] [I<--abort-on-error>] +[I<--compressed>] [I<--abort-on-error>] [I<--auto-converge>] I I [I] [I] [I] [I] [I<--timeout> B] [I<--xml> B] @@ -1314,7 +1314,8 @@ used to reject the migration if the hypervisor lacks change protection support. I<--verbose> displays the progress of migration. I<--compressed> activates compression of memory pages that have to be transferred repeatedly during live migration. I<--abort-on-error> cancels the migration if a soft -error (for example I/O error) happens during the migration. +error (for example I/O error) happens during the migration. I<--auto-converge> +forces convergence during live migration. B: Individual hypervisors usually do not support all possible types of migration. For example, QEMU does not support direct migration.