diff mbox series

[ovs-dev,2/2] rhel: Add an example to specify custom options

Message ID 37a1f7838d289ccf4b01ccbabad37d05308ede29.1549911128.git.tredaelli@redhat.com
State Accepted
Commit 175b9a6401da76994bac955ebc9f440634e63d55
Headers show
Series ovs-ctl: Permit to specify additional options | expand

Commit Message

Timothy Redaelli Feb. 11, 2019, 6:55 p.m. UTC
Add an example to specify custom options of ovs-vswitchd and
ovsdb-server.
In the example, the log level for file and console destinations is set to dbg.

Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
---
 rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template b/rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template
index 936445402..c467d02db 100644
--- a/rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template
+++ b/rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template
@@ -21,6 +21,10 @@ 
 #   --ovs-vswitchd-wrapper=valgrind
 #   --ovsdb-server-wrapper=valgrind
 #
+# Specify additional options, for example to start with debug logs:
+#   --ovs-vswitchd-options='-vconsole:dbg -vfile:dbg'
+#   --ovsdb-server-options='-vconsole:dbg -vfile:dbg'
+#
 OPTIONS=""
 
 # Uncomment and set the OVS User/Group value