From c8e0d9809c2681c0f4e34561a434b535f517eefb Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Sun, 1 Jul 2018 18:15:53 -0700 Subject: ovs-sandbox: Use different log file names for ovn-controllers. Commit 047458de40391 ("ovs-sandbox: Add option to support multiple ovn-controllers.") allowed creating multiple instances of ovn-controller. However, all instances would use the same log file name. This commit uses the sequence number to name the log file. Signed-off-by: Justin Pettit Acked-by: Ben Pfaff --- tutorial/ovs-sandbox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tutorial') diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox index 781bedbc6..3fab1c0cc 100755 --- a/tutorial/ovs-sandbox +++ b/tutorial/ovs-sandbox @@ -537,7 +537,8 @@ if $ovn; then for i in $(seq $n_controllers); do rungdb $gdb_ovn_controller $gdb_ovn_controller_ex ovn-controller \ $OVN_CTRLR_PKI --detach --no-chdir -vsyslog:off \ - --pidfile=ovn-controller$i.pid -vconsole:off --log-file + --log-file=ovn-controller$i.log \ + --pidfile=ovn-controller$i.pid -vconsole:off done rungdb $gdb_ovn_controller_vtep $gdb_ovn_controller_vtep_ex \ ovn-controller-vtep --detach --no-chdir --pidfile -vconsole:off \ -- cgit v1.2.1