1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-22 17:34:18 +03:00

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 <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2020-11-24 14:49:14 +01:00
parent 4a3c80a668
commit 5245a7ae4c

View File

@ -31,6 +31,14 @@
of ports on the firewall to allow multiple concurrent migration operations.
</p>
<p>
Modern hypervisors support TLS for encryption and authentication of the
migration connections which can be enabled using the
<code>VIR_MIGRATE_TLS</code> flag. The <em>qemu</em> hypervisor driver
allows users to force use of TLS via the <code>migrate_tls_force</code>
knob configured in <code>/etc/libvirt/qemu.conf</code>.
</p>
<p>
<img class="diagram" src="migration-native.png" alt="Migration native path"/>
</p>