xenserver: Replace customized xen-bugtool with plugin to collect qdisc info.
authorAndrew Evans <aevans@nicira.com>
Fri, 11 Feb 2011 19:29:33 +0000 (11:29 -0800)
committerAndrew Evans <aevans@nicira.com>
Tue, 15 Feb 2011 18:06:01 +0000 (10:06 -0800)
commit92dbd5c9e3134eabc6e57b397dd18493bc96c9b8
tree20dd846bf0cc6c0dca92c7ca416e401adc433294
parentd66880eeff656520e415c061eb44683389ea4f61
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.
debian/copyright.in
xenserver/README
xenserver/automake.mk
xenserver/etc_xensource_bugtool_network-status_openvswitch.xml [new file with mode: 0644]
xenserver/openvswitch-xen.spec
xenserver/usr_sbin_xen-bugtool [deleted file]
xenserver/usr_share_openvswitch_scripts_xen-bugtool-tc-class-show [new file with mode: 0755]