[ovs-dev] [PATCH] ovs-xapi-sync: Handle multiple xs-network-uuids for xs 6.1.

Gurucharan Shetty shettyg at nicira.com
Tue May 21 17:58:44 UTC 2013


On Mon, May 20, 2013 at 10:12 AM, Ben Pfaff <blp at nicira.com> wrote:

> On Mon, May 20, 2013 at 07:56:16AM -0700, Gurucharan Shetty wrote:
> > For xenservers with version less than 6.1, interface reconfiguration
> > happened through interface-reconfigure scripts in this repo. In cases
> > where there were multiple xs-network-uuids for a single bridge,
> > interface-reconfigure script would add the network uuid associated
> > with the non-VLAN network as the first record. ovs-xapi-sync would
> > just blindly use the first record to create the bridge-id
> >
> > But it looks like for xenserver 6.1, interface-reconfigure script
> > is no longer used and xenserver natively writes the xs-network-uuids.
> > So, in ovs-xapi-sync we no longer can copy the first value in
> > xs-network-uuids as bridge-id. This commit fetches the PIF record
> > for each xs-network-uuids and the network that does not have a VLAN
> > associated with it is copied over to bridge-id.
> >
> > Bug #17090.
> > Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
>
> Looks good to me.  Thank you for finding the problem and fixing it!
>

Thank you. I pushed this to master, 1.11, 1.10 and 1.9 branches.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-dev/attachments/20130521/45ae331f/attachment-0003.html>


More information about the dev mailing list