]> git.proxmox.com Git - ovs.git/blame - xenserver/usr_share_openvswitch_scripts_sysconfig.template
utilities: New helper ovs-parse-backtrace.
[ovs.git] / xenserver / usr_share_openvswitch_scripts_sysconfig.template
CommitLineData
bc391960 1### Configuration options for openvswitch
064af421 2
e0edde6f 3# Copyright (C) 2009, 2010, 2011 Nicira, Inc.
fea28b07 4
43bb5f82
BP
5# FORCE_COREFILES: If 'yes' then core files will be enabled.
6# FORCE_COREFILES=yes
fea28b07 7
43bb5f82
BP
8# OVSDB_SERVER_PRIORITY: "nice" priority at which to run ovsdb-server.
9#
fea28b07
JP
10# OVSDB_SERVER_PRIORITY=-10
11
43bb5f82 12# VSWITCHD_PRIORITY: "nice" priority at which to run ovs-vswitchd.
44cb492f 13# VSWITCHD_PRIORITY=-10
064af421 14
86a06318
BP
15# VSWITCHD_MLOCKALL: Whether to pass ovs-vswitchd the --mlockall option.
16# This option should be set to "yes" or "no". The default is "yes".
17# Enabling this option can avoid networking interruptions due to
18# system memory pressure in extraordinary situations, such as multiple
19# concurrent VM import operations.
20# VSWITCHD_MLOCKALL=yes
87378a87
BP
21
22# OVS_CTL_OPTS: Extra options to pass to ovs-ctl. This is, for example,
23# a suitable place to specify --ovs-vswitchd-wrapper=valgrind.
24# OVS_CTL_OPTS=