Skip to content

Commit d652410

Browse files
committed
xenserver: ovs-xapi-sync should create a log file.
1 parent 12a7df9 commit d652410

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xenserver/etc_init.d_openvswitch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ start () {
7373
else
7474
PYTHONPATH=/usr/share/openvswitch/python \
7575
/usr/share/openvswitch/scripts/ovs-xapi-sync \
76-
--pidfile --detach --monitor unix:/var/run/openvswitch/db.sock
76+
--log-file --pidfile --detach --monitor unix:/var/run/openvswitch/db.sock
7777
fi
7878

7979
$ovs_ctl --protocol=gre enable-protocol

0 commit comments

Comments
 (0)