On 4/4/22 2:08 PM, Ian Pilcher wrote:
I've added an interface element to a libvirt network, but it isn't
working. The interface is not being added to the bridge, even after the
system is rebooted.
That's not what the element in a is used for. It's
actual use is (in my opinion) not all that
I've added an interface element to a libvirt network, but it isn't
working. The interface is not being added to the bridge, even after the
system is rebooted.
# virsh net-dumpxml ocp4-net
ocp4-net
b5852945-9889-4d22-ba61-879125316cec
# brctl show
br
On Fri, 1 Apr 2022 13:42:00 -0400
Andrea Bolognani wrote:
> Try passing --no-reboot to virt-install.
Thanks, this works very well.
... And it reminded me to look at the manual ! :)
Cheers.
On 4/1/22 21:55, Tobias Hofmann (tohofman) wrote:
> Hi Daniel,
>
>
>
> Thank you to Peter and you for the analysis – that was very helpful.
>
> Indeed, it can happen that we restart the firewall during this scenario
> on our system so I think I can debug from here.
>
>
>
> By the way, you