From d652410464e0a8e1a35389e7f0c0cd2c2430827a Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Tue, 4 Oct 2011 14:41:42 -0700 Subject: [PATCH] xenserver: ovs-xapi-sync should create a log file. --- xenserver/etc_init.d_openvswitch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenserver/etc_init.d_openvswitch b/xenserver/etc_init.d_openvswitch index 534b81d16..8ba8aeeb5 100755 --- a/xenserver/etc_init.d_openvswitch +++ b/xenserver/etc_init.d_openvswitch @@ -73,7 +73,7 @@ start () { else PYTHONPATH=/usr/share/openvswitch/python \ /usr/share/openvswitch/scripts/ovs-xapi-sync \ - --pidfile --detach --monitor unix:/var/run/openvswitch/db.sock + --log-file --pidfile --detach --monitor unix:/var/run/openvswitch/db.sock fi $ovs_ctl --protocol=gre enable-protocol -- 2.43.0