[ovs-git] Open vSwitch: xenserver: Make RPM install work again. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Sep 11 21:49:22 UTC 2009


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  ac9634f0af8d2cf8259a3cf7d7d6e19cc0d67457 (commit)
       via  0d46ae039b49e69f8c60ded0d70ecc15537a0580 (commit)
       via  fcf78c4ff96920a988b954def9ab054bef672612 (commit)
      from  fe8b662b2d113f8cd9139761297777bbf932ff64 (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 ac9634f0af8d2cf8259a3cf7d7d6e19cc0d67457
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=ac9634f0af8d2cf8259a3cf7d7d6e19cc0d67457
Author: Ben Pfaff <blp at nicira.com>
		
xenserver: Make RPM install work again.
		
The RPM install was generating a database cache in Python pickle format in
/etc/ovs-vswitchd.conf, but interface-reconfigure was looking for it in
XML format in /var/lib/openvswitch/dbcache.  This fixes the problem, by
adding an init-dbcache command to interface-reconfigure and then using that
at RPM install time.

This moves the database cache creation from %pre to %post.  This is
necessary so that interface-reconfigure is available from the install
script.


commit 0d46ae039b49e69f8c60ded0d70ecc15537a0580
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0d46ae039b49e69f8c60ded0d70ecc15537a0580
Author: Ben Pfaff <blp at nicira.com>
		
xenserver: Remove dead store from interface-reconfigure.
		
No point in looking up pifrec if we're not going to use it.


commit fcf78c4ff96920a988b954def9ab054bef672612
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=fcf78c4ff96920a988b954def9ab054bef672612
Author: Ben Pfaff <blp at nicira.com>
		
xenserver: Remove unmaintained comments in interface-reconfigure.
		
I added these comments a long time ago and have not kept them up-to-date,
so it is probably better to delete them than to confuse people.


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

Summary of changes:
 .../opt_xensource_libexec_interface-reconfigure    |   25 +++----------
 xenserver/vswitch-xen.spec                         |   37 +++----------------
 2 files changed, 12 insertions(+), 50 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list