From dd0fe530475de877096cff7c26fc24f3641b288d Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Mon, 28 Jun 2010 15:27:22 +0200 Subject: [PATCH 3/3] Start multipathd prior to open-iscsi We need an explicit dependency here as otherwise open-iscsi and multipathd might be started in parallel, causing multipath and open-iscsi startup to race. References: bnc#603382 Signed-off-by: Hannes Reinecke --- etc/initd/initd.suse | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/initd/initd.suse b/etc/initd/initd.suse index 9c82223..ef1ccbe 100644 --- a/etc/initd/initd.suse +++ b/etc/initd/initd.suse @@ -5,9 +5,9 @@ ### BEGIN INIT INFO # Provides: iscsi # Required-Start: $network -# Should-Start: iscsitarget +# Should-Start: iscsitarget multipathd # Required-Stop: $network -# Should-Stop: $null +# Should-Stop: multipathd # Default-Start: 3 5 # Default-Stop: # Short-Description: iSCSI initiator daemon -- 1.6.6.1