[ovs-dev] [PATCH] xenserver: Add ovsdb-server logs to xen-bugtool

Justin Pettit jpettit at nicira.com
Fri Mar 19 06:49:21 UTC 2010


We had some mailing list issues, so Ben reviewed it out of band.  He commented that there was an extra comma in the list with the message indexes.  I fixed that and pushed.

--Justin


On Mar 13, 2010, at 6:26 AM, Justin Pettit wrote:

> ---
> xenserver/usr_sbin_xen-bugtool |    5 +++--
> 1 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/xenserver/usr_sbin_xen-bugtool b/xenserver/usr_sbin_xen-bugtool
> index 4e20754..d521050 100755
> --- a/xenserver/usr_sbin_xen-bugtool
> +++ b/xenserver/usr_sbin_xen-bugtool
> @@ -715,10 +715,11 @@ exclude those logs from the archive.
> 
>     file_output(CAP_VSWITCH_LOGS, 
>          [ VAR_LOG_DIR + x for x in
> -           [ 'ovs-brcompatd.log', 'ovs-vswitchd.log', 'vswitch-cfg-update.log', 'vswitch-xsplugin.log' ] +
> +           [ 'ovs-brcompatd.log', 'ovs-vswitchd.log', 'ovsdb-server.log', 'vswitch-cfg-update.log', 'vswitch-xsplugin.log' ] +
>            [ f % n for n in range(1, 20) \
>                  for f in ['ovs-brcompatd.log.%d', 'ovs-brcompatd.log.%d.gz', 
> -                           'ovs-vswitchd.log.%d', 'ovs-vswitchd.log.%d.gz']]])
> +                           'ovs-vswitchd.log.%d', 'ovs-vswitchd.log.%d.gz',
> +                           'ovsdb-server.log.%d', 'ovsdb-server.log.%d.gz',]]])
> 
>     cmd_output(CAP_VSWITCH_STATUS, [OVS_DPCTL, 'show'])
>     tree_output(CAP_VSWITCH_STATUS, VSWITCH_CORE_DIR)
> -- 
> 1.5.5
> 
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev_openvswitch.org





More information about the dev mailing list