[ovs-dev] [PATCH] xenserver: monitor-external-ids should run with --monitor

Ethan Jackson ethan at nicira.com
Thu Sep 23 19:43:07 UTC 2010


The init script starts monitor-external-ids with --monitor when
configured to do so.

Signed-off-by: Ethan Jackson <ethan at nicira.com>
---
 xenserver/etc_init.d_openvswitch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xenserver/etc_init.d_openvswitch b/xenserver/etc_init.d_openvswitch
index 2827653..40088a5 100755
--- a/xenserver/etc_init.d_openvswitch
+++ b/xenserver/etc_init.d_openvswitch
@@ -353,7 +353,7 @@ function start {
     # Start daemon to monitor external ids
     PYTHONPATH=/usr/share/openvswitch/python \
                /usr/share/openvswitch/scripts/monitor-external-ids \
-               --pidfile --detach "$VSWITCHD_OVSDB_SERVER"
+               --pidfile --detach $monitor_opt "$VSWITCHD_OVSDB_SERVER"
 
     touch /var/lock/subsys/openvswitch
 }
-- 
1.7.3





More information about the dev mailing list