]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ChangeLog
Provide error message if --examine does find a valid superblock
[thirdparty/mdadm.git] / ChangeLog
index 7f03eada9231d46dfea156dd6884b738fd9ec589..e0f6cb58e7857f3801356d685bb8c04ae17f7936 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
 Changes Prior to this release
+    -   Try /etc/mdadm/mdadm.conf if /etc/mdadm.conf doesn't exist.
+       This provided compatability for Debian.
+
+Changes Prior to 2.2 release
     -   Assorted bug fixes
     -   Support write-intent-bitmaps on raid10
     -   Support little-endian (Rather than hostendian) bitmaps.
@@ -14,6 +18,13 @@ Changes Prior to this release
        Thanks to Ross Vandegrift
     -   --monitor now reports which device failed in a 'Fail' message
           This broke with 2.6
+    -   Improve chance of array starting properly after a crash.
+       mdadm was insisting the event numbers were identical, but this
+       isn't needed, and is a problem if the crash was while the metadata
+       was being updated.
+    -   Support --update==uuid
+    -   Added README.initramfs and mkinitramfs to help people use an
+       initram for starting md arrays at boot.
 
 Changes Prior to 2.1 release
     -   Fix assembling of raid10 array when devices are missing.