From 5245a7ae4cb570f0069f766f684e59ffb75c2d60 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Tue, 24 Nov 2020 14:49:14 +0100 Subject: [PATCH] docs: migration: Add a mention of VIR_MIGRATE_TLS and its enforcement for qemu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mention the flag to enable TLS and also the knob to enforce it in the qemu hypervisor driver. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- docs/migration.html.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/migration.html.in b/docs/migration.html.in index c3c64fb51f..b080e3a7f5 100644 --- a/docs/migration.html.in +++ b/docs/migration.html.in @@ -31,6 +31,14 @@ of ports on the firewall to allow multiple concurrent migration operations.

+

+ Modern hypervisors support TLS for encryption and authentication of the + migration connections which can be enabled using the + VIR_MIGRATE_TLS flag. The qemu hypervisor driver + allows users to force use of TLS via the migrate_tls_force + knob configured in /etc/libvirt/qemu.conf. +

+

Migration native path