[ovs-git] Open vSwitch: xenserver: Get rid of ovs-xenserverd. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Jun 8 17:31:52 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  05a35b57491f8a53283db17af44e0df5f25b333c (commit)
       via  bacd209169cc3a6e71b69109212670838e236f6f (commit)
       via  22f7fdb621a8751b7030aa141b114c325963250e (commit)
      from  15c93f417f8dd87f1655448b7c4c59e3fb8b5aba (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 05a35b57491f8a53283db17af44e0df5f25b333c
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=05a35b57491f8a53283db17af44e0df5f25b333c
Author: Ben Pfaff <blp at nicira.com>
		
xenserver: Get rid of ovs-xenserverd.
		
This is no longer used.  Good riddance.


commit bacd209169cc3a6e71b69109212670838e236f6f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=bacd209169cc3a6e71b69109212670838e236f6f
Author: Ben Pfaff <blp at nicira.com>
		
xenserver: Ditch ovs-xenserverd even on XenServer 5.5.0.
		
Examining the XAPI source code shows that at startup it invokes a script
named /opt/xensource/libexec/xapi-startup-script, if one exists.  Testing
shows that this was also true in XenServer 5.5.0.  No such script is
installed by default.  Searching for "xapi-startup-script" on Google (with
the quotes) has only one hit, which is documentation on XAPI startup.  So
it seems that we're pretty safe in taking advantage of this hook ourselves.

This commit changes the RPM scripts to install refresh-network-uuids as
the XAPI startup hook on XenServer 5.5.0.

CC: Rob Hoes <rob.hoes at citrix.com>


commit 22f7fdb621a8751b7030aa141b114c325963250e
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=22f7fdb621a8751b7030aa141b114c325963250e
Author: Ben Pfaff <blp at nicira.com>
		
xenserver: Make refresh-network-uuids use "interface-reconfigure rewrite".
		
Commit 823c5699 "interface-reconfigure: callout to datapath backend class
method on rewrite" changed "interface-reconfigure write" to do what
refresh-network-uuids does.  We can't entirely get rid of
refresh-network-uuids, so this commit rewrites it as a trivial wrapper
around interface-reconfigure.


-----------------------------------------------------------------------

Summary of changes:
 xenserver/README                                   |    5 +-
 xenserver/automake.mk                              |    8 -
 xenserver/openvswitch-xen.spec                     |   24 ++-
 xenserver/ovs-xenserverd.8.in                      |   40 ----
 xenserver/ovs-xenserverd.c                         |  246 --------------------
 ...share_openvswitch_scripts_refresh-network-uuids |   23 +--
 6 files changed, 25 insertions(+), 321 deletions(-)
 delete mode 100644 xenserver/ovs-xenserverd.8.in
 delete mode 100644 xenserver/ovs-xenserverd.c


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list