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 <jpet...@ovn.org> --- tutorial/ovs-sandbox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox index 781bedbc6e35..3fab1c0ccc98 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 \ -- 2.17.1 _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev