From 0bdb76d8a6b8eb9de8c434a247700a87a2626e0d Mon Sep 17 00:00:00 2001 Message-Id: <0bdb76d8a6b8eb9de8c434a247700a87a2626e0d@dist-git> From: John Ferlan Date: Fri, 12 May 2017 09:34:02 -0400 Subject: [PATCH] virsh: Add --tls description for the virsh man page https://bugzilla.redhat.com/show_bug.cgi?id=1448806 Commit id '6a8d898d' neglected to update the man page. (cherry picked from commit c390f55e4b8cbdd3262d367ca477f6489ae69239) Signed-off-by: John Ferlan Signed-off-by: Jiri Denemark --- tools/virsh.pod | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index 9a52d6716..0dd1fc7b2 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -1671,7 +1671,7 @@ I I [I] [I] [I] [I] [I<--comp-methods> B] [I<--comp-mt-level>] [I<--comp-mt-threads>] [I<--comp-mt-dthreads>] [I<--comp-xbzrle-cache>] [I<--auto-converge>] [I] -[I] [I<--persistent-xml> B] +[I] [I<--persistent-xml> B] [I<--tls>] Migrate domain to another host. Add I<--live> for live migration; <--p2p> for peer-2-peer migration; I<--direct> for direct migration; or I<--tunnelled> @@ -1752,6 +1752,11 @@ compression. I<--comp-mt-threads> and I<--comp-mt-dthreads> set the number of compress threads on source and the number of decompress threads on target respectively. I<--comp-xbzrle-cache> sets size of page cache in bytes. +Providing I<--tls> causes the migration to use the host configured TLS setup +(see migrate_tls_x509_cert_dir in /etc/libvirt/qemu.conf) in order to perform +the migration of the domain. Usage requires proper TLS setup for both source +and target. + Running migration can be canceled by interrupting virsh (usually using C) or by B command sent from another virsh instance. -- 2.13.0