Author: glen
Date: Tue Dec 11 13:27:44 2007
New Revision: 9137

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
- load dm-multipath module before multipath activating for setups when rootfs 
was not also on multipath

Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit    (original)
+++ rc-scripts/trunk/rc.d/rc.sysinit    Tue Dec 11 13:27:44 2007
@@ -604,6 +604,7 @@
        if [ -x /sbin/multipath ]; then
                # first make nodes that were discarded due (possible) new /dev 
mount
                /sbin/dmsetup mknodes
+               modprobe -s dm-multipath
                run_cmd "Activating dm-multipath" /sbin/multipath -v 0
                /sbin/dmsetup ls --target multipath --exec '/sbin/kpartx -a -p 
p'
        fi
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to