[ovs-git] Open vSwitch: xenserver: Include ovs-bugtool in xenserver rpm. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Feb 15 18:20:06 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  31f4bd47171c8ec48cf5c315053f3070b37d0234 (commit)
      from  8d79e6a0202e65b1b64975f1023ccf6b34f89a71 (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 31f4bd47171c8ec48cf5c315053f3070b37d0234
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=31f4bd47171c8ec48cf5c315053f3070b37d0234
Author: Gurucharan Shetty <gshetty at nicira.com>
		
xenserver: Include ovs-bugtool in xenserver rpm.
		
Currently we do not include ovs-bugtool in xenserver rpms.
This is because xen-bugtool provides the information required
to debug openvswitch. But xen-bugtool also provides a lot more
data that is not required for openvswitch debugging. This makes
the debug bundle quite huge.

Also, xen-bugtool takes a lot of time to collect the required
information.  For example, in my xenserver6.0.2 with 100 OVS
interfaces, 'xen-bugtool -y -s' takes 180 seconds to finish
creating a debug bundle with a size of 124M.

On the other hand, if we run a ovs-bugtool command of the form
'ovs-bugtool -y -s --log-days=10 --outfile bundle.tar.gz', it
takes 5 seconds to finish with a debug bundle size of 28M.

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


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

Summary of changes:
 xenserver/openvswitch-xen.spec.in |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list