This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch 4.15 in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
The following commit(s) were added to refs/heads/4.15 by this push: new 1bfb3ed Add interfaces name prefixes for KVM bridges (#214) 1bfb3ed is described below commit 1bfb3ed07fcbd03f7b4ba52fd870452ec50df547 Author: Nicolas Vazquez <nicovazque...@gmail.com> AuthorDate: Fri May 14 18:56:01 2021 -0300 Add interfaces name prefixes for KVM bridges (#214) --- source/installguide/hypervisor/kvm.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/installguide/hypervisor/kvm.rst b/source/installguide/hypervisor/kvm.rst index bb1756a..e2d12ef 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.