r322 - in mdadm/trunk/debian: . initramfs

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Sat May 5 14:14:42 UTC 2007


Author: madduck
Date: 2007-05-05 14:14:40 +0000 (Sat, 05 May 2007)
New Revision: 322

Modified:
   mdadm/trunk/debian/changelog
   mdadm/trunk/debian/initramfs/script.local-top
Log:
* Release to unstable.
* Start arrays read-only in initramfs to prevent syncing and hence enable
  resuming/freezing. The arrays will automatically sync as soon something
  writes to it; thanks to Tim Dijkstra, Neil Brown, and Luis Rodrigo
  Gallardo Cruz (closes: #415441).

Modified: mdadm/trunk/debian/changelog
===================================================================
--- mdadm/trunk/debian/changelog	2007-03-31 10:12:54 UTC (rev 321)
+++ mdadm/trunk/debian/changelog	2007-05-05 14:14:40 UTC (rev 322)
@@ -1,3 +1,13 @@
+mdadm (2.6.1-1) unstable; urgency=low
+
+  * Release to unstable.
+  * Start arrays read-only in initramfs to prevent syncing and hence enable
+    resuming/freezing. The arrays will automatically sync as soon something
+    writes to it; thanks to Tim Dijkstra, Neil Brown, and Luis Rodrigo
+    Gallardo Cruz (closes: #415441).
+
+ -- martin f. krafft <madduck at debian.org>  Sat, 05 May 2007 16:12:29 +0200
+
 mdadm (2.6.1-1~exp.5) experimental; urgency=low
 
   * Fix mdadm.conf typo; thanks Tim Phipps (closes: #416626).

Modified: mdadm/trunk/debian/initramfs/script.local-top
===================================================================
--- mdadm/trunk/debian/initramfs/script.local-top	2007-03-31 10:12:54 UTC (rev 321)
+++ mdadm/trunk/debian/initramfs/script.local-top	2007-05-05 14:14:40 UTC (rev 322)
@@ -80,6 +80,9 @@
   MD_DEVS=all
 fi
 
+# prevent writes/syncs so that resuming works (#415441).
+echo 1 > /sys/module/md_mod/parameters/start_ro
+
 if [ "$MD_DEVS" = all ]; then
   
   verbose && log_begin_msg "Assembling all MD arrays"




More information about the pkg-mdadm-commits mailing list