From: Peter Krempa
Date: Tue, 24 Nov 2020 13:49:14 +0000 (+0100)
Subject: docs: migration: Add a mention of VIR_MIGRATE_TLS and its enforcement for qemu
X-Git-Tag: v6.10.0-rc1~27
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5245a7ae4cb570f0069f766f684e59ffb75c2d60;p=thirdparty%2Flibvirt.git
docs: migration: Add a mention of VIR_MIGRATE_TLS and its enforcement for qemu
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
---
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
.
+
+