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