X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=rhel%2Fusr_share_openvswitch_scripts_systemd_sysconfig.template;fp=rhel%2Fusr_share_openvswitch_scripts_systemd_sysconfig.template;h=3050a0703f7be11a01e9d4f775f9cc83fbe0f5ac;hb=b49c106ef00438b1c59876dad90d00e8d6e7b627;hp=0000000000000000000000000000000000000000;hpb=615309cfb6992867251d01f1c34955568b3950ea;p=sliver-openvswitch.git diff --git a/rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template b/rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template new file mode 100644 index 000000000..3050a0703 --- /dev/null +++ b/rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template @@ -0,0 +1,23 @@ +### Configuration options for openvswitch +# +# Enable core files: +# --force-corefiles=yes +# +# Set "nice" priority at which to run ovsdb-server: +# --ovsdb-server-priority=-10 +# +# Set "nice" priority at which to run ovsdb-vswitchd: +# --ovs-vswitchd-priority=-10 +# +# Pass or not --mlockall option to ovs-vswitchd. +# This option should be set to "yes" or "no". The default is "yes". +# Enabling this option can avoid networking interruptions due to +# system memory pressure in extraordinary situations, such as multiple +# concurrent VM import operations. +# --mlockall=yes +# +# Use valgrind: +# --ovs-vswitchd-wrapper=valgrind +# --ovsdb-server-wrapper=valgrind +# +OPTIONS=""