Re: [libvirt-users] Connecting a VM to an existing OVS bridge

2020-01-20 Thread Amir Sela
On Fri, 10 Jan 2020 at 19:36, Laine Stump wrote: > > On 1/4/20 4:48 AM, Amir Sela wrote: > > Hi, > > I have an existing OVS bridge, that I can see in ovs-vsctl and use > > for other purposes. > > Does the bridge show up when you run "ovs-vsctl list-br"? Both OVS > bridges I have on my system are s

Re: [libvirt-users] Connecting a VM to an existing OVS bridge

2020-01-17 Thread Saso Tavcar
What is your OVS bridge interface name? Maybe ovsbr0. Regards, saso > On Jan 4, 2020, at 10:48 AM, Amir Sela wrote: > > Hi, > I have an existing OVS bridge, that I can see in ovs-vsctl and use > for other purposes. > > I've edited the machine's XML as instructed in > http://docs.openvswitch.or

Re: [libvirt-users] Connecting a VM to an existing OVS bridge

2020-01-10 Thread Laine Stump
On 1/4/20 4:48 AM, Amir Sela wrote: Hi, I have an existing OVS bridge, that I can see in ovs-vsctl and use for other purposes. Does the bridge show up when you run "ovs-vsctl list-br"? Both OVS bridges I have on my system are seen in that list. I created them both with "ovs-vsctl add-br BLAH"

[libvirt-users] Connecting a VM to an existing OVS bridge

2020-01-06 Thread Amir Sela
Hi, I have an existing OVS bridge, that I can see in ovs-vsctl and use for other purposes. I've edited the machine's XML as instructed in http://docs.openvswitch.org/en/latest/howto/libvirt/ When I try to start the VM, i get error: Cannot get interface MTU on 'ovsbr': No such device Any ideas?