From 59d06945fcacfa77cac0a6b6901ca500c82cabcc Mon Sep 17 00:00:00 2001 From: Suresh Kumar Anaparti Date: Wed, 9 Feb 2022 19:43:55 +0530 Subject: [PATCH] Updated doc for guest network bridge configuration, for live migration of guests on KVM hosts. --- source/installguide/hypervisor/kvm.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/installguide/hypervisor/kvm.rst b/source/installguide/hypervisor/kvm.rst index 2448d603ca..af6fc61dc8 100644 --- a/source/installguide/hypervisor/kvm.rst +++ b/source/installguide/hypervisor/kvm.rst @@ -1418,6 +1418,15 @@ replace your version of qemu-img with one which has been patched to include the switch. +Live Migration +^^^^^^^^^^^^^^ + +For Live Migration of the guests, it is better to configure the guest network bridge on +the same interface in the KVM hosts. In case, the guest network bridge is configured on +different interfaces in the KVM hosts, ensure the destination host doesn't have interface +with the interface name of guest network bridge in the source host. + + UEFI legacy / secureboot ^^^^^^^^^^^^^^^^^^^^^^^^