Please see my response below.

Ramana Reddy <gtvrre...@gmail.com> wrote:

> Hi all,
> 
> I installed a VM in NAT mode using virt-manager and edited the xml file as 
> per the
> instructions  given in this link:
> 
> http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=INSTALL.Libvirt;hb=HEAD
> 
> Basically It tells the following modofications:
> And change it to something like this:
> 
>  ...
>  <interface type='bridge'>
>   <mac address='52:54:00:71:b1:b6'/>
>   <source bridge='ovsbr'/>
>   <virtualport type='openvswitch'/>
>   <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
>  </interface>
>  ...
> 
> After modifications, I started VM. But its throwing the errors: Unable to 
> complete install: 'Unable to add bridge br0 port vnet0: Operation not 
> supported'
> 
> I started VM with both virsh start VM and virt-manager, but both are giving 
> the same error. 
> 
> Does any one face the same problem. Please help me in this regards. 



Can you share the actual XML you're using (just the network interface portion 
is needed), along with the output of "ovs-vsctl show"?

Also, I (personally) find the easiest way to work with libvirt+KVM+OVS is to 
use a libvirt network wrapped around OVS, as described here:

<http://blog.scottlowe.org/2012/11/07/using-vlans-with-ovs-and-libvirt/>

-- 
Scott

_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to