[ovs-git] Open vSwitch: xenserver: Replace customized xen-bugtool with plugin to collect qdisc info. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Feb 15 18:07:00 UTC 2011


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  92dbd5c9e3134eabc6e57b397dd18493bc96c9b8 (commit)
      from  d66880eeff656520e415c061eb44683389ea4f61 (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 92dbd5c9e3134eabc6e57b397dd18493bc96c9b8
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=92dbd5c9e3134eabc6e57b397dd18493bc96c9b8
Author: Andrew Evans <aevans at nicira.com>
		
xenserver: Replace customized xen-bugtool with plugin to collect qdisc info.
		
XenServer RPMs have installed a modified /usr/sbin/xen-bugtool that is
identical to upstream except for an additional command to collect tc qdisc
class configuration for each network interface. Since xen-bugtool has an
extension mechanism, use that instead of maintaining a parallel patched
xen-bugtool.

This does change the content of the bug report slightly. Instead of one file
per network interface, qdisc class info for all interfaces is written to one
file. This is an artifact of the xen-bugtool extension mechanism: a single
extension command's output must go to one file, and it is impractical to create
individual <command> tags for each interface dynamically.

Reviewed by Ben Pfaff.


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

Summary of changes:
 debian/copyright.in                                |    5 -
 xenserver/README                                   |   16 +-
 xenserver/automake.mk                              |    3 +-
 ...ensource_bugtool_network-status_openvswitch.xml |   21 +
 xenserver/openvswitch-xen.spec                     |   19 +-
 xenserver/usr_sbin_xen-bugtool                     | 1670 --------------------
 ...e_openvswitch_scripts_xen-bugtool-tc-class-show |   25 +
 7 files changed, 70 insertions(+), 1689 deletions(-)
 create mode 100644 xenserver/etc_xensource_bugtool_network-status_openvswitch.xml
 delete mode 100755 xenserver/usr_sbin_xen-bugtool
 create mode 100755 xenserver/usr_share_openvswitch_scripts_xen-bugtool-tc-class-show


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list