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