aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-11-10 22:24:13 +0000
committerBill Nottingham <notting@redhat.com>2005-11-10 22:24:13 +0000
commitbfa135cb436bc776ce39c15f99d282890788d168 (patch)
tree4c89efeafcec4183bfef610c792fe3739a88e32b
parent251a5d9c0e84669cd1c2f4b0e8767cdb198377ee (diff)
downloadinitscripts-bfa135cb436bc776ce39c15f99d282890788d168.tar
initscripts-bfa135cb436bc776ce39c15f99d282890788d168.tar.gz
initscripts-bfa135cb436bc776ce39c15f99d282890788d168.tar.bz2
initscripts-bfa135cb436bc776ce39c15f99d282890788d168.tar.xz
initscripts-bfa135cb436bc776ce39c15f99d282890788d168.zip
more multipath.static references (#168321)
-rwxr-xr-xrc.d/rc.sysinit8
1 files changed, 4 insertions, 4 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index bc89fda9..708e3e42 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -550,9 +550,9 @@ if [ -f /etc/mdadm.conf ]; then
/sbin/mdadm -A -s
# LVM2 initialization, take 2
if [ -c /dev/mapper/control ]; then
- if [ -x /sbin/multipath ]; then
+ if [ -x /sbin/multipath.static ]; then
modprobe dm-multipath >/dev/null 2>&1
- /sbin/multipath -v 0
+ /sbin/multipath.static -v 0
fi
if [ -x /sbin/dmraid ]; then
@@ -650,9 +650,9 @@ if [ -f /etc/raidtab ]; then
fi
# LVM2 initialization, take 2
if [ -c /dev/mapper/control ]; then
- if [ -x /sbin/multipath ]; then
+ if [ -x /sbin/multipath.static ]; then
modprobe dm-multipath >/dev/null 2>&1
- /sbin/multipath -v 0
+ /sbin/multipath.static -v 0
fi
if [ -x /sbin/dmraid ]; then