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:
parent
4a3c80a668
commit
5245a7ae4c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user