Please see my response below.

On Dec 3, 2014, at 9:54 AM, Mani Devarajan <[email protected]> wrote:

> Hello all, 
> I am using virt-install to spawn a virtual machine and attached to ovs 
> network created through "virsh network" command. virt-install(0.9.5) doesnt 
> support port-group option for network. Is there ovs-vsctl command which will 
> help in adding the ovs port to a port-group. I did check ovs-vswitchd.conf, 
> but i couldnt find any relevant information. 
> 
> Appreciate your response.


OVS doesn't understand port groups; those are a libvirt construct that serve to 
apply a group of settings to an OVS port. There are a couple of ways to handle 
your situation:

1. Modify the libvirt XML definition to include the portgroup assignment after 
the VM is created.

2. Use ovs-vsctl to apply the settings (VLAN tags, etc.) manually to the VM 
port after it is created.

I hope this helps!

-- 
Scott

_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to