xenserver: Include ovs-bugtool in xenserver rpm.
authorGurucharan Shetty <gshetty@nicira.com>
Fri, 15 Feb 2013 00:59:27 +0000 (16:59 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 15 Feb 2013 16:27:05 +0000 (08:27 -0800)
commit31f4bd47171c8ec48cf5c315053f3070b37d0234
tree76bf762ff36c44de037c5fc63d18d76613e37468
parent8d79e6a0202e65b1b64975f1023ccf6b34f89a71
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@nicira.com>
xenserver/openvswitch-xen.spec.in