r51 - mdadm/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Tue Aug 1 15:22:38 UTC 2006


Author: madduck
Date: 2006-08-01 15:22:37 +0000 (Tue, 01 Aug 2006)
New Revision: 51

Modified:
   mdadm/trunk/debian/changelog
   mdadm/trunk/debian/mdadm.config
Log:
* Recognise devfs-style device nodes by fixing a regression bug in the root
  RAID autodetection code (closes: #381007), which was introduced as part of
  the fix for #380596 in the 2.5.2-9 upload. The bug is RC, but it only
  applies to unstable right now, so I am not pumping up the urgency.

Modified: mdadm/trunk/debian/changelog
===================================================================
--- mdadm/trunk/debian/changelog	2006-08-01 13:17:51 UTC (rev 50)
+++ mdadm/trunk/debian/changelog	2006-08-01 15:22:37 UTC (rev 51)
@@ -4,8 +4,12 @@
   * Applied patch by upstream to fix the logic of the --run switch (see
     #287415). Thus also reverted the mdadm-raid hack used to fix the bug in
     the 2.5.2-9 upload.
+  * Recognise devfs-style device nodes by fixing a regression bug in the root
+    RAID autodetection code (closes: #381007), which was introduced as part of
+    the fix for #380596 in the 2.5.2-9 upload. The bug is RC, but it only
+    applies to unstable right now, so I am not pumping up the urgency.
 
- -- martin f. krafft <madduck at debian.org>  Tue,  1 Aug 2006 14:16:55 +0100
+ -- martin f. krafft <madduck at debian.org>  Tue,  1 Aug 2006 16:22:01 +0100
 
 mdadm (2.5.2-9) unstable; urgency=low
 

Modified: mdadm/trunk/debian/mdadm.config
===================================================================
--- mdadm/trunk/debian/mdadm.config	2006-08-01 13:17:51 UTC (rev 50)
+++ mdadm/trunk/debian/mdadm.config	2006-08-01 15:22:37 UTC (rev 51)
@@ -88,7 +88,7 @@
         i="${i%p[0-9]*}"
 
         case "$i" in
-          /dev/md[0-9]*|/dev/md_d[0-9]*)
+          /dev/md[0-9]*|/dev/md_d[0-9]*|/dev/md/[0-9]*|/dev/md/d[0-9]*)
             [ -b "$i" ] && ARRAYS="${ARRAYS:+$ARRAYS }$i" && continue
             echo "E: device does not exist: $i" >&2
             ERROR=1; break




More information about the pkg-mdadm-commits mailing list