[ovs-git] Open vSwitch: ovs-bugtool: Include conf.db backups in bugtool output. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Jul 13 19:45:56 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  516d7492d827f7dafa229d65a0d0a8d982cfdf43 (commit)
       via  7a35bf89e26ca0834cb3d4c09be2e0e75d30803a (commit)
       via  b2df0225a3575e2a15cdf67adc4b2dd9656fed19 (commit)
      from  2bc458b3afa21a8fab448ff65ab454a0827f458f (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 516d7492d827f7dafa229d65a0d0a8d982cfdf43
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=516d7492d827f7dafa229d65a0d0a8d982cfdf43
Author: Ben Pfaff <blp at nicira.com>
		
ovs-bugtool: Include conf.db backups in bugtool output.
		
When an upgrade or downgrade fails due to OVSDB issues, it is useful to
have the old versions of the database available.


commit 7a35bf89e26ca0834cb3d4c09be2e0e75d30803a
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=7a35bf89e26ca0834cb3d4c09be2e0e75d30803a
Author: Ben Pfaff <blp at nicira.com>
		
ovs-bugtool: Add an OVSDB snapshot to ovs-bugtool output.
		
The ovs-bugtool output already includes a copy of the configuration
database file, but this file omits many instantaneous details.  For
example, it does not include any information about controller connection
status or interface statistics.  This commit adds a snapshot of the
database contents that does include these details.


commit b2df0225a3575e2a15cdf67adc4b2dd9656fed19
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=b2df0225a3575e2a15cdf67adc4b2dd9656fed19
Author: Ben Pfaff <blp at nicira.com>
		
ovs-bugtool: Add plugins previously used only under XenServer.
		
All of the xen-bugtool plugins that OVS has previously installed only under
XenServer are equally useful with Debian and other distributions, so
this commit installs and uses them everywhere.


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

Summary of changes:
 Makefile.am                                        |    6 +++-
 configure.ac                                       |    1 +
 debian/copyright.in                                |   15 ++++-----
 debian/openvswitch-common.install                  |    4 ++-
 debian/openvswitch-common.manpages                 |    2 +-
 lib/automake.mk                                    |    2 +-
 rhel/openvswitch.spec.in                           |    2 +
 utilities/automake.mk                              |    6 +--
 utilities/bugtool/automake.mk                      |   32 ++++++++++++++++++++
 .../bugtool/ovs-bugtool-ovsdb-dump                 |    8 +----
 .../bugtool/ovs-bugtool-tc-class-show              |    0
 utilities/{ => bugtool}/ovs-bugtool.8              |    0
 utilities/{ovs-bugtool => bugtool/ovs-bugtool.in}  |   15 ++++-----
 .../bugtool/plugins/kernel-info/openvswitch.xml    |    0
 .../bugtool/plugins/network-status/openvswitch.xml |    3 +-
 .../bugtool/plugins/system-configuration.xml       |    0
 .../plugins/system-configuration/openvswitch.xml   |    0
 .../bugtool/plugins/system-logs/openvswitch.xml    |    2 +-
 xenserver/automake.mk                              |    7 +----
 xenserver/openvswitch-xen.spec                     |   25 ++++------------
 20 files changed, 70 insertions(+), 60 deletions(-)
 create mode 100644 utilities/bugtool/automake.mk
 copy xenserver/usr_share_openvswitch_scripts_xen-bugtool-tc-class-show => utilities/bugtool/ovs-bugtool-ovsdb-dump (74%)
 rename xenserver/usr_share_openvswitch_scripts_xen-bugtool-tc-class-show => utilities/bugtool/ovs-bugtool-tc-class-show (100%)
 rename utilities/{ => bugtool}/ovs-bugtool.8 (100%)
 rename utilities/{ovs-bugtool => bugtool/ovs-bugtool.in} (99%)
 rename xenserver/etc_xensource_bugtool_kernel-info_openvswitch.xml => utilities/bugtool/plugins/kernel-info/openvswitch.xml (100%)
 copy xenserver/etc_xensource_bugtool_network-status_openvswitch.xml => utilities/bugtool/plugins/network-status/openvswitch.xml (85%)
 rename xenserver/etc_xensource_bugtool_system-configuration.xml => utilities/bugtool/plugins/system-configuration.xml (100%)
 rename xenserver/etc_xensource_bugtool_system-configuration_openvswitch.xml => utilities/bugtool/plugins/system-configuration/openvswitch.xml (100%)
 rename xenserver/etc_xensource_bugtool_network-status_openvswitch.xml => utilities/bugtool/plugins/system-logs/openvswitch.xml (87%)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list