r150 - mdadm/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Wed Aug 30 14:43:38 UTC 2006


Author: madduck
Date: 2006-08-30 14:43:36 +0000 (Wed, 30 Aug 2006)
New Revision: 150

Modified:
   mdadm/trunk/debian/changelog
   mdadm/trunk/debian/mkconf
Log:
   * Do not override the superblock default version in mdadm.conf to prevent
     creation of superblocks that the kernel can't handle (closes: #384614).


Modified: mdadm/trunk/debian/changelog
===================================================================
--- mdadm/trunk/debian/changelog	2006-08-30 14:31:48 UTC (rev 149)
+++ mdadm/trunk/debian/changelog	2006-08-30 14:43:36 UTC (rev 150)
@@ -1,9 +1,11 @@
 mdadm (2.5.3.git200608202239-3) unstable; urgency=low
 
+  * Do not override the superblock default version in mdadm.conf to prevent
+    creation of superblocks that the kernel can't handle (closes: #384614).
   * Updated debconf translations:
     - Czech by Miroslav Kure (closes: #384754).
 
- -- martin f. krafft <madduck at debian.org>  Wed, 30 Aug 2006 16:31:01 +0200
+ -- martin f. krafft <madduck at debian.org>  Wed, 30 Aug 2006 16:42:09 +0200
 
 mdadm (2.5.3.git200608202239-2) unstable; urgency=low
 

Modified: mdadm/trunk/debian/mkconf
===================================================================
--- mdadm/trunk/debian/mkconf	2006-08-30 14:31:48 UTC (rev 149)
+++ mdadm/trunk/debian/mkconf	2006-08-30 14:43:36 UTC (rev 150)
@@ -57,8 +57,8 @@
 fi
 
 cat <<_eof
-# auto-create devices with Debian standard permissions and v1 superblocks
-CREATE owner=root group=disk mode=0660 auto=yes metadata=1
+# auto-create devices with Debian standard permissions
+CREATE owner=root group=disk mode=0660 auto=yes
 
 # automatically tag new arrays as belonging to the local system
 HOMEHOST <system>




More information about the pkg-mdadm-commits mailing list