summaryrefslogtreecommitdiff
path: root/xenserver/automake.mk
diff options
context:
space:
mode:
authorAndrew Evans <aevans@nicira.com>2011-02-11 11:29:33 -0800
committerAndrew Evans <aevans@nicira.com>2011-02-15 10:06:01 -0800
commit92dbd5c9e3134eabc6e57b397dd18493bc96c9b8 (patch)
tree20dd846bf0cc6c0dca92c7ca416e401adc433294 /xenserver/automake.mk
parentd66880eeff656520e415c061eb44683389ea4f61 (diff)
downloadopenvswitch-92dbd5c9e3134eabc6e57b397dd18493bc96c9b8.tar.gz
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.
Diffstat (limited to 'xenserver/automake.mk')
-rw-r--r--xenserver/automake.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/xenserver/automake.mk b/xenserver/automake.mk
index 6c0268d8c..0a44797d7 100644
--- a/xenserver/automake.mk
+++ b/xenserver/automake.mk
@@ -15,6 +15,7 @@ EXTRA_DIST += \
xenserver/etc_logrotate.d_openvswitch \
xenserver/etc_profile.d_openvswitch.sh \
xenserver/etc_xapi.d_plugins_openvswitch-cfg-update \
+ xenserver/etc_xensource_bugtool_network-status_openvswitch.xml \
xenserver/etc_xensource_scripts_vif \
xenserver/openvswitch-xen.spec \
xenserver/opt_xensource_libexec_InterfaceReconfigure.py \
@@ -22,7 +23,7 @@ EXTRA_DIST += \
xenserver/opt_xensource_libexec_InterfaceReconfigureVswitch.py \
xenserver/opt_xensource_libexec_interface-reconfigure \
xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py \
- xenserver/usr_sbin_xen-bugtool \
xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync \
xenserver/usr_share_openvswitch_scripts_sysconfig.template \
+ xenserver/usr_share_openvswitch_scripts_xen-bugtool-tc-class-show \
xenserver/uuid.py