[ovs-git] Open vSwitch: ovs-bugtool: Add config files to the debug bundle. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Aug 9 21:09:38 UTC 2013


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  1cad56e16cc4cc62d97ef9cd40d636a1167a3e27 (commit)
       via  347580223282638482150582a6aac67bc410141d (commit)
      from  bdd2719efb7483ea237698d8ca7c1459da01f368 (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 1cad56e16cc4cc62d97ef9cd40d636a1167a3e27
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=1cad56e16cc4cc62d97ef9cd40d636a1167a3e27
Author: Gurucharan Shetty <shettyg at nicira.com>
		
ovs-bugtool: Add config files to the debug bundle.
		
The previously defined config files were never included in
the debug bundle. This will include them.

Also increase the max size for CAP_NETWORK_CONFIG to 5 MB.
A pre-compressed size of 5 MB does not amount to much after
compression for config files.

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


commit 347580223282638482150582a6aac67bc410141d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=347580223282638482150582a6aac67bc410141d
Author: Gurucharan Shetty <shettyg at nicira.com>
		
ovs-bugtool: Collect database through CAP_NETWORK_STATUS.
		
Currently the openvswitch database is being collected with
CAP_NETWORK_CONFIG which has a max size of 50 KB. This is
quite low as the database can easily be larger than 50 KB.

Move database collection to CAP_NETWORK_STATUS which does
not have a max size. If database size exceeds 10 MB, create
a compacted version of it and then collect it.

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 utilities/bugtool/ovs-bugtool.in |   40 ++++++++++++++++++++++++++++++++++++--
 1 file changed, 38 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list