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

glen glen at pld-linux.org
Tue Nov 13 19:57:11 CET 2007


Author: glen
Date: Tue Nov 13 19:57:11 2007
New Revision: 9043

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
- suffix dm-multipath partitions with pN

Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit	(original)
+++ rc-scripts/trunk/rc.d/rc.sysinit	Tue Nov 13 19:57:11 2007
@@ -584,7 +584,7 @@
 		# first make nodes that were discarded due (possible) new /dev mount
 		/sbin/dmsetup mknodes
 		run_cmd "Activating dm-multipath" /sbin/multipath -v 0
-		/sbin/dmsetup ls --target multipath --exec '/sbin/kpartx -a'
+		/sbin/dmsetup ls --target multipath --exec '/sbin/kpartx -a -p p'
 	fi
 
 	if [ -x /sbin/dmraid ]; then


More information about the pld-cvs-commit mailing list