Author: baggins
Date: Thu Nov 27 15:47:08 2008
New Revision: 10007

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
- load dm-mod before using dmsetup in multipath case


Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit    (original)
+++ rc-scripts/trunk/rc.d/rc.sysinit    Thu Nov 27 15:47:08 2008
@@ -604,6 +604,7 @@
 
        if [ -x /sbin/multipath ]; then
                # first make nodes that were discarded due (possible) new /dev 
mount
+               modprobe -s dm-mod
                /sbin/dmsetup mknodes
                modprobe -s dm-multipath
                run_cmd "Activating dm-multipath" /sbin/multipath -v 0
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to