[ovs-git] Open vSwitch: xenserver: Remove dump-vif-details script. (next)

dev at openvswitch.org dev at openvswitch.org
Tue Mar 2 20:21:02 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, next has been updated
       via  5a195c94ae4d663925a99b8dba761b9d961bdf9e (commit)
       via  b09d5ec96a32c906bb35770937120401f64e90b7 (commit)
       via  31afafc599ec9806e7a56e947a6ca0cd7af055f1 (commit)
      from  a063b0dff0ccb6639f7e95969843d1c7cc2e15ae (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 5a195c94ae4d663925a99b8dba761b9d961bdf9e
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5a195c94ae4d663925a99b8dba761b9d961bdf9e
Author: Ben Pfaff <blp at nicira.com>
		
xenserver: Remove dump-vif-details script.
		
It is no longer used.

Signed-off-by: Ben Pfaff <blp at nicira.com>


commit b09d5ec96a32c906bb35770937120401f64e90b7
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=b09d5ec96a32c906bb35770937120401f64e90b7
Author: Ben Pfaff <blp at nicira.com>
		
xenserver: Fix vNetManager internal network compatibility with XS 5.5.0.
		
The previous commit depends on XAPI to add "xs-network-uuids" external IDs
for internal networks.  Only recent XAPI builds do this and in particular
the version in XenServer 5.5.0 does not.  This commit restores support
for these older XenServer versions.

The xs-network-names field is no longer set.  We plan to avoid the need for
it in the software that once used it.  It was always a bit of a kluge
anyhow.

CC: Ian Campbell <ian.campbell at citrix.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 31afafc599ec9806e7a56e947a6ca0cd7af055f1
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=31afafc599ec9806e7a56e947a6ca0cd7af055f1
Author: Ian Campbell <ian.campbell at citrix.com>
		
vswitch: do not access XenAPI from VIF hotplug script
		
XenAPI accesses must go through the pool master which introduces a
scalability issue.  All but one of the required values are already
present in xenstore for this reason

The only exception is the network UUID for an internal network. Rather
than working around the lack of callout to interface-reconfigure for
these networks simply pass the network uuid when creating calling out
to create the bridge.

Signed-off-by: Ian Campbell <ian.campbell at citrix.com>


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

Summary of changes:
 xenserver/README                                   |    6 --
 xenserver/automake.mk                              |    1 -
 xenserver/etc_xensource_scripts_vif                |   75 ++++++++++++++++--
 .../usr_share_vswitch_scripts_dump-vif-details     |   83 --------------------
 xenserver/vswitch-xen.spec                         |    3 -
 5 files changed, 68 insertions(+), 100 deletions(-)
 delete mode 100755 xenserver/usr_share_vswitch_scripts_dump-vif-details


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list