Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > cf02293efb294285c68472d9d39f1b4c > files > 5

mdadm-3.2.3-4.mga2.src.rpm

diff -Nurp mdadm-3.2.3.orig/udev-md-raid.rules mdadm-3.2.3/udev-md-raid.rules
--- mdadm-3.2.3.orig/udev-md-raid.rules	2011-12-15 06:13:08.000000000 +0200
+++ mdadm-3.2.3/udev-md-raid.rules	2011-12-23 22:02:56.929934309 +0200
@@ -2,8 +2,11 @@
 
 SUBSYSTEM!="block", GOTO="md_end"
 
+# In Mageia we handle the raid components in 65-md-incremental.rules so that
+# we can do things like honor kernel command line options and workaround
+# conflicts between hotplug and rc.sysinit
 # handle potential components of arrays (the ones supported by md)
-ENV{ID_FS_TYPE}=="ddf_raid_member|isw_raid_member|linux_raid_member", GOTO="md_inc"
+# ENV{ID_FS_TYPE}=="ddf_raid_member|isw_raid_member|linux_raid_member", GOTO="md_inc"
 GOTO="md_inc_skip"
 
 LABEL="md_inc"