aboutsummaryrefslogtreecommitdiff
path: root/xenserver
diff options
context:
space:
mode:
authorArun Sharma <arun.sharma@calsoftinc.com>2012-04-04 13:23:19 -0700
committerBen Pfaff <blp@nicira.com>2012-04-05 13:01:51 -0700
commita2af1e9dd995420730a334a610d53e381d259e54 (patch)
tree064f104f704a746cfa0349bde2e71e18b6e6f9ef /xenserver
parent4a00b733a692f3b524f691f67c19ffbaf6cac7ab (diff)
bugtool - Collect version information for all running Open vSwitch daemons.
This is an improvement in {ovs|xen}-bugtool archive output to determine the version which was running for all the OVS daemons. It is implemented as a plugin which internally calls "ovs-appctl -t <daemon> version" command for daemons whose pid file is present in /var/run/openvswitch directory. Feature #10383 Signed-off-by: Arun Sharma <arun.sharma@calsoftinc.com> [blp@nicira.com updated debian/copyright.in] Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'xenserver')
-rw-r--r--xenserver/README9
1 files changed, 8 insertions, 1 deletions
diff --git a/xenserver/README b/xenserver/README
index c626a928..4efdc379 100644
--- a/xenserver/README
+++ b/xenserver/README
@@ -89,7 +89,10 @@ debugging. The sources for the extensions are in
system-configuration/openvswitch.xml
Collect system configuration information relevant to Open vSwitch,
- including timezone.
+ including timezone. Runs the following script which is described
+ below:
+
+ * ovs-bugtool-daemons-ver
system-configuration.xml
@@ -118,6 +121,10 @@ scripts are located in ../utilities/bugtool:
Script to dump tc class configuration for all network interfaces.
+ ovs-bugtool-daemons-ver
+
+ Script to dump version information for all Open vSwitch daemons.
+
----------------------------------------------------------------------
Copyright (C) 2009, 2010, 2011 Nicira Networks, Inc.