[ovs-dev] xenserver: update interface-reconfigure and vif integration scripts

Ian Campbell Ian.Campbell at citrix.com
Tue Jan 26 10:20:02 UTC 2010


On Mon, 2010-01-25 at 18:37 +0000, Ben Pfaff wrote:
> On Thu, Jan 21, 2010 at 07:52:13PM +0000, Ian Campbell wrote:
> > On Wed, 2010-01-20 at 22:08 +0000, Ben Pfaff wrote: 
> > > On Tue, Jan 19, 2010 at 10:53:07PM +0000, Ian Campbell wrote:
> > > > This patch updates the versions of the host integration scripts to what
> > > > is present in the recent XCP update and which will be in the next
> > > > release of XenServer (5.6). I think it probably works on 5.5 as well but
> > > > I haven't verified that.
> > > 
> > > Hi Ian, thanks for the patch.  Good to see you again, too, by the way.
> > > 
> > > I only see a change to the rpm spec file, though.  Did you forget to
> > > include the new files?  (Or maybe my MUA did something weird, dunno.)
> > 
> > Hmm. No idea what happened there. Here's another attempt, generated with
> > git format-patch this time so hopefully less scope for user error.
> 
> Thank you.  I tested this and made a few minor tweaks and then pushed it
> out to master.

Great, thanks!

As far as I can tell the minor tweaks was just:

diff -r c9852bc58f0f scripts/interface-reconfigure
--- a/scripts/interface-reconfigure	Tue Jan 26 09:53:13 2010 +0000
+++ b/scripts/interface-reconfigure	Tue Jan 26 09:54:09 2010 +0000
@@ -51,7 +51,7 @@
 
 management_pif = None
 
-dbcache_file = "/var/xapi/network.dbcache"
+dbcache_file = "/var/lib/openvswitch/dbcache"
 
 #
 # Logging.

It's worth noting that XCP and recent XenServer trunk builds use
the /var/xapi path since the file is no longer vswitch specific -- it is
used by interface-reconfigure with bridging enabled as well and the
installer will now create a valid initial instance of this file.

Ian.






More information about the dev mailing list