X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=xenserver%2Fusr_share_vswitch_scripts_sysconfig.template;h=8b740c2e27530ddb30afba19cc90c9dba74a732f;hb=a6057323869de5b323d1c75e678b6a0fe0e8addd;hp=f1d19785db820a69d68006973123a8abc12554bb;hpb=fea28b07bb69201ebaa1724a95fc764483a72f7d;p=openvswitch diff --git a/xenserver/usr_share_vswitch_scripts_sysconfig.template b/xenserver/usr_share_vswitch_scripts_sysconfig.template index f1d19785..8b740c2e 100644 --- a/xenserver/usr_share_vswitch_scripts_sysconfig.template +++ b/xenserver/usr_share_vswitch_scripts_sysconfig.template @@ -1,6 +1,6 @@ ### Configuration options for vswitch -# Copyright (C) 2009 Nicira Networks, Inc. +# Copyright (C) 2009, 2010 Nicira Networks, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -17,6 +17,10 @@ # This is useful in some cases when replacing existing solutions. # ENABLE_FAKE_PROC_NET=y +# ENABLE_MONITOR: If 'y' then monitor daemon processes and restart them +# if they die due to an error signal. +# ENABLE_MONITOR=y + # FORCE_COREFILES: If 'y' then core files will be enabled. # FORCE_COREFILES=y @@ -25,13 +29,9 @@ # See the manpage for "core". # COREFILE_PATTERN="/var/log/%e-%t" -# OVSDB_SERVER_LISTEN: Method to have ovsdb-server listen for a JSON-RPC -# connection. -# OVSDB_SERVER_LISTEN=punix:/var/run/ovsdb-server - -# OVSDB_SERVER_CONNECT: Method to have ovsdb-server initiate a JSON-RPC -# connection to a remote server. -# OVSDB_SERVER_CONNECT= +# OVSDB_SERVER_REMOTES: Space-separated list of methods on which to have +# ovsdb-server listen or connect for a JSON-RPC connection. +# OVSDB_SERVER_REMOTES="punix:/var/run/ovsdb-server db:Open_vSwitch,managers" # OVSDB_SERVER_DB: File for which ovsdb-server uses for storage. # OVSDB_SERVER_DB=/etc/ovs-vswitchd.conf.db @@ -103,7 +103,7 @@ # VSWITCHD_OVSDB_SCHEMA: Schema file to use for generating a new OVSDB # ovs-vswitchd database. -# VSWITCHD_OVSDB_SCHEMA=/usr/share/vswitch/vswitch-idl.ovsschema +# VSWITCHD_OVSDB_SCHEMA=/usr/share/vswitch/vswitch.ovsschema # VSWITCHD_PIDFILE: File in which to store the pid of the running # ovs-vswitchd.