Closed suppawar closed 5 years ago
I will have to manually delete this bridge. brctl show ip link set baremetal down brctl delbr baremetal
IME this happens if you reboot the host machine. It looks to me like the problem is that an ifcfg-baremetal file is left in /etc/sysconfig/network-scripts that has ONBOOT=true, so when the host comes back up it starts the baremetal bridge automatically. Then when libvirt goes to create it it's already there.
If I just run "sudo ip l del baremetal" it gets me past this problem until the next time I reboot.
Note that we don't have a similar problem with the provisioning interface because we explicitly delete its ifcfg file: https://github.com/openshift-metalkube/dev-scripts/blob/master/host_cleanup.sh#L30
https://github.com/openshift-metal3/dev-scripts/pull/444 merged so this can be closed I think
While cleaning the installation by ocp_cleanup.sh script Bridge interface baremetal does not get deleted. Getting below error while re-install using make.