aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 89ac1650..ec971f6d 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -322,7 +322,7 @@ echo "mkdmnod" | /sbin/nash --quiet >/dev/null 2>&1
if [ -c /dev/mapper/control ]; then
if [ -f /etc/multipath.conf -a -x /sbin/multipath ] ; then
modprobe dm-multipath > /dev/null 2>&1
- /sbin/multipath -m -v 0
+ /sbin/multipath -v 0
fi
if [ -x /sbin/dmraid ]; then