diff --git a/source/installguide/hypervisor/kvm.rst b/source/installguide/hypervisor/kvm.rst index bb1756a2c4..e2d12ef75d 100644 --- a/source/installguide/hypervisor/kvm.rst +++ b/source/installguide/hypervisor/kvm.rst @@ -455,6 +455,12 @@ infrastructure. By default these bridges are called *cloudbr0* and *cloudbr1* etc, but this can be changed to be more description. +.. note:: + Ensure that the interfaces names to be used for configuring the bridges match one of the following patterns: + **'eth*', 'bond*', 'team*', 'vlan*', 'em*', 'p*p*', 'ens*', 'eno*', 'enp*', 'enx*'**. + + Otherwise, the KVM agent will not be able to configure the bridges properly. + .. warning:: It is essential that you keep the configuration consistent across all of your hypervisors.