I have 3 physical machines clustered together named KVM1, KVM2, and KVM3.
I logged directly into the KVM3 web interface and setup vmbr100 using physical interface eth0.1.
After rebooting KVM3, eth0.1 is correctly brought up and put into the bridge vmbr100.
When I log into the cluster master (KVM1) and select a virtual machine on KVM3, select the hardware tab and add an ethernet device, vmbr100 does not show up in the 'bridge' dropdown.
When I fire up a perl instance and run the get_bridges() function, it shows the correct bridges.
Do I need to manually setup vmbr100 on all my KVM instances to get it to show up, or is it automatically synced with the other instances?
All the other network interfaces on all the machines are identical. This bridge is unique to this KVM box because I'm hosting a monitoring server that will be used to monitor devices on our management vlan.
I logged directly into the KVM3 web interface and setup vmbr100 using physical interface eth0.1.
After rebooting KVM3, eth0.1 is correctly brought up and put into the bridge vmbr100.
When I log into the cluster master (KVM1) and select a virtual machine on KVM3, select the hardware tab and add an ethernet device, vmbr100 does not show up in the 'bridge' dropdown.
When I fire up a perl instance and run the get_bridges() function, it shows the correct bridges.
Do I need to manually setup vmbr100 on all my KVM instances to get it to show up, or is it automatically synced with the other instances?
All the other network interfaces on all the machines are identical. This bridge is unique to this KVM box because I'm hosting a monitoring server that will be used to monitor devices on our management vlan.