From 76c4613abcc402e01e6d009eb5f205220bb7d3c7 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 2 Feb 2011 13:34:34 +0100 Subject: [PATCH] multipath: use new "-B" parameter --- modules.d/90multipath/multipathd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules.d/90multipath/multipathd.sh b/modules.d/90multipath/multipathd.sh index 72ca2ef..24daf82 100755 --- a/modules.d/90multipath/multipathd.sh +++ b/modules.d/90multipath/multipathd.sh @@ -2,9 +2,9 @@ # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- # ex: ts=8 sw=4 sts=4 et filetype=sh -if [ -e /etc/multipath.conf -a -e /etc/multipath/wwids ]; then +if [ -e /etc/multipath.conf ]; then modprobe dm-multipath - multipathd + multipathd -B || multipathd else rm /etc/udev/rules.d/??-multipath.rules 2>/dev/null fi -- 2.7.4