SVN: rc-scripts/trunk/rc.d/rc.sysinit

glen glen at pld-linux.org
Tue Dec 11 13:27:45 CET 2007


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


More information about the pld-cvs-commit mailing list