xenserver: Clear stale configuration keys on boot, but not on later starts
authorBen Pfaff <blp@nicira.com>
Thu, 1 Oct 2009 16:52:27 +0000 (09:52 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 1 Oct 2009 22:56:36 +0000 (15:56 -0700)
xenserver/etc_init.d_vswitch

index 28a013f..249adeb 100755 (executable)
@@ -268,7 +268,8 @@ function start {
     if [ ! -e "$VSWITCHD_CONF" ]; then
         warning "$VSWITCHD_CONF does not exist"
         action "Creating empty $VSWITCHD_CONF" touch "$VSWITCHD_CONF"
-    else
+    elif [ ! -e /var/run/vswitch.booted ]; then
+        touch /var/run/vswitch.booted
        /usr/bin/ovs-cfg-mod '-vANY:console:emer' -F "$VSWITCHD_CONF" \
            '--del-match=bridge.*' \
            '--del-match=port.*' \