multipath: use new "-B" parameter

master
Harald Hoyer 2011-02-02 13:34:34 +01:00
parent 7238aa0cf0
commit 76c4613abc
1 changed files with 2 additions and 2 deletions

View File

@ -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