From c067cd1234a758e18e7de9fc25ad9a482a376885 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Wed, 13 Mar 2013 15:34:39 -0700 Subject: [PATCH] ovs-bugtool: Add ovs-ctl.log to debug bundle. ovs-ctl.log will include the o/p of ovs-ctl when run from rhel, debian and xenserver startup scripts. Signed-off-by: Gurucharan Shetty --- utilities/bugtool/ovs-bugtool.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/bugtool/ovs-bugtool.in b/utilities/bugtool/ovs-bugtool.in index c5a436656..ea7234961 100755 --- a/utilities/bugtool/ovs-bugtool.in +++ b/utilities/bugtool/ovs-bugtool.in @@ -597,7 +597,7 @@ exclude those logs from the archive. 'syslog', 'messages', 'secure', 'debug', 'dmesg', 'boot']]) ovs_logs = ([ OPENVSWITCH_LOG_DIR + x for x in ['ovs-vswitchd.log', 'ovsdb-server.log', - 'ovs-xapi-sync.log', 'ovs-monitor-ipsec.log']]) + 'ovs-xapi-sync.log', 'ovs-monitor-ipsec.log', 'ovs-ctl.log']]) log_output(CAP_SYSTEM_LOGS, system_logs) log_output(CAP_OPENVSWITCH_LOGS, ovs_logs) -- 2.43.0