From: Justin Pettit Date: Tue, 11 Jan 2011 05:32:09 +0000 (-0800) Subject: xenserver: Remove "Required-" parameters from "openvswitch" init script. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f9bd4e8db2b307813c44bce0c5c5e2e69331c25;p=openvswitch xenserver: Remove "Required-" parameters from "openvswitch" init script. 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. --- diff --git a/xenserver/etc_init.d_openvswitch b/xenserver/etc_init.d_openvswitch index b87d5ae1..6adb0046 100755 --- a/xenserver/etc_init.d_openvswitch +++ b/xenserver/etc_init.d_openvswitch @@ -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