r69 - mdadm/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Wed Aug 2 18:18:21 UTC 2006


Author: madduck
Date: 2006-08-02 18:18:20 +0000 (Wed, 02 Aug 2006)
New Revision: 69

Added:
   mdadm/trunk/debian/mdadm.udev
Modified:
   mdadm/trunk/debian/changelog
   mdadm/trunk/debian/rules
Log:
* Added udev rules file to prevent udev from ever creating md device nodes,
  which can get in the way of mdadm.

Modified: mdadm/trunk/debian/changelog
===================================================================
--- mdadm/trunk/debian/changelog	2006-08-02 18:04:33 UTC (rev 68)
+++ mdadm/trunk/debian/changelog	2006-08-02 18:18:20 UTC (rev 69)
@@ -15,6 +15,8 @@
     falls back to starting all arrays from the initramfs if it fails to
     determine an acceptable array for the / filesystem in three tries
     (see #381007).
+  * Added udev rules file to prevent udev from ever creating md device nodes,
+    which can get in the way of mdadm.
   * checkarray: correctly recognise when the kernel is too old for parity
     checks, or when there are no redundant arrays present (closes: #380746).
   * checkarray: now supports -s|--status switch to query parity check status
@@ -23,7 +25,7 @@
   * mkconf: now also outputs MAILADDR.
   * Added /usr/share/doc/mdadm/FAQ to answer some FAQs.
 
- -- martin f. krafft <madduck at debian.org>  Wed,  2 Aug 2006 17:00:08 +0100
+ -- martin f. krafft <madduck at debian.org>  Wed,  2 Aug 2006 19:16:18 +0100
 
 mdadm (2.5.2-9) unstable; urgency=low
 

Added: mdadm/trunk/debian/mdadm.udev
===================================================================
--- mdadm/trunk/debian/mdadm.udev	2006-08-02 18:04:33 UTC (rev 68)
+++ mdadm/trunk/debian/mdadm.udev	2006-08-02 18:18:20 UTC (rev 69)
@@ -0,0 +1,2 @@
+# mdadm creates its own device nodes
+KERNEL="md[0-9]*", NAME=""

Modified: mdadm/trunk/debian/rules
===================================================================
--- mdadm/trunk/debian/rules	2006-08-02 18:04:33 UTC (rev 68)
+++ mdadm/trunk/debian/rules	2006-08-02 18:18:20 UTC (rev 69)
@@ -92,6 +92,7 @@
 	dh_installcron
 	dh_installchangelogs ChangeLog
 	dh_installlogcheck
+	dh_installudev
 	dh_strip
 	dh_compress
 	dh_fixperms




More information about the pkg-mdadm-commits mailing list