2014-01-09 01:04:33 -02:00
|
|
|
### Configuration options for openvswitch
|
|
|
|
#
|
2018-05-11 19:13:10 +02:00
|
|
|
# Enable core files.
|
|
|
|
# This option should be set to "yes" or "no". The default is "yes".
|
2014-01-09 01:04:33 -02:00
|
|
|
# --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=""
|
2017-08-04 13:00:53 -04:00
|
|
|
|
|
|
|
# Uncomment and set the OVS User/Group value
|
|
|
|
#OVS_USER_ID="openvswitch:openvswitch"
|