xenserver: Include bridge.*.xs-network-uuids for all networks
authorIan Campbell <Ian.Campbell@citrix.com>
Mon, 5 Oct 2009 15:27:01 +0000 (16:27 +0100)
committerBen Pfaff <blp@nicira.com>
Mon, 5 Oct 2009 16:49:34 +0000 (09:49 -0700)
commit7744280b18438e6e75d4a1867e57b5f4e48ad0ad
tree62963535b9723ca703e9c2333745a0279c3f606c
parentf17d7bd838a678b6ca1db63c15c567508836cfcf
xenserver: Include bridge.*.xs-network-uuids for all networks

Previously I advised that only networks which were currently attached to
the host be listed in /etc/ovs-vswitchd.conf. However I've just realised
that this interacts badly with the slightly ugly special case used for
PIF.currently-attached when reading from dbcache instead of talking to
Xapi. This bites on boot when /etc/init.d/management-interface tries to
plug a selection of PIFs which are deemed to be somehow required by
xapi. (not helped by a bug in XenServer 5.7.0 which can cause this list
to be larger than it should be and not internally consistent).

For now I think it prudent to simply list all networks which could
potentially be attached to a given datapath, until I can figure out what
the sane fix is on the XenServer end.

(I think there are two options for a proper fix, either inspect the
current state of the network devices or assume dbcache represents the
desired final state after devices are plugged on boot. I'm leaning
towards the later since the dbcache should indicate the set of PIFs
which were attached on shutdown, which xapi will likely be trying to
replug on boot... Needs more thought though).
xenserver/opt_xensource_libexec_interface-reconfigure