Actions
Bug #27690
closedWhen provisioning a RHEL 8 with network bond, the system is provisioned but all network interfaces are down
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Templates
Target version:
-
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
This is due to the configuration NM_CONTROLLED=no added to all interfaces by the network configuration snippets, like in the example below:
[root@levi-ribron network-scripts]# cat ifcfg-ens3 BOOTPROTO="none" DEVICE=ens3 HWADDR="52:54:00:0b:25:1b" ONBOOT=yes PEERDNS=no PEERROUTES=no DEFROUTE=no NM_CONTROLLED=no MASTER=bond0 SLAVE=yes
As in RHEL 8 legacy network scripts are not installed by default, all the interfaces with NM_CONTROLLED=no won't be initialized.
Added by Joniel Pasqualetto over 5 years ago
Actions
Fixes #27690 - don't add NM_CONTROLLED