]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ChangeLog
Provide error message if --examine does find a valid superblock
[thirdparty/mdadm.git] / ChangeLog
index 57a8e8283d8864e4cf8b284a53b3bfc3b99cddc5..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.
@@ -10,6 +14,17 @@ Changes Prior to this release
     -   Allow scanning of devices listed in /proc/partitions even
        if they don't appear in /dev.
     -   Support --assume-clean in --create mode as well as --build
+    -   Add support for --monitor to report to syslog: -y or --syslog.
+       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.