Skip to content

Commit 7f9bd4e

Browse files
author
Justin Pettit
committed
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.
1 parent 15b619e commit 7f9bd4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xenserver/etc_init.d_openvswitch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
# limitations under the License.
2121
### BEGIN INIT INFO
2222
# Provides: openvswitch-switch
23-
# Required-Start: $network $named $remote_fs $syslog
24-
# Required-Stop: $remote_fs
23+
# Required-Start:
24+
# Required-Stop:
2525
# Default-Start: 2 3 4 5
2626
# Default-Stop: 0 1 6
2727
# Short-Description: Open vSwitch switch

0 commit comments

Comments
 (0)