xenserver: Remove "Required-" parameters from "openvswitch" init script.
authorJustin Pettit <jpettit@nicira.com>
Tue, 11 Jan 2011 05:32:09 +0000 (21:32 -0800)
committerJustin Pettit <jpettit@nicira.com>
Tue, 11 Jan 2011 05:32:09 +0000 (21:32 -0800)
Commit 72dfb3b (xenserver: Add LSB init info to scripts.) added LSB init
info to the XenServer scripts.  This was verified to work on XenServer
5.5, but newer versions of XenServer interpret these values and alter
when "openvswitch" gets called.  This causes XenServer to not come up
with its networking configuration properly.

By removing the "Required-" parameters, OVS will properly come up.  This
is just a temporary fix, and a more proper one will be forthcoming.

xenserver/etc_init.d_openvswitch

index b87d5ae..6adb004 100755 (executable)
@@ -20,8 +20,8 @@
 # limitations under the License.
 ### BEGIN INIT INFO
 # Provides:          openvswitch-switch
-# Required-Start:    $network $named $remote_fs $syslog
-# Required-Stop:     $remote_fs
+# Required-Start:
+# Required-Stop:
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Open vSwitch switch