]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ChangeLog
syslog support for monitor mode
[thirdparty/mdadm.git] / ChangeLog
index c7612a67ab24828f3b86b563bd22b23ca40260e4..7f03eada9231d46dfea156dd6884b738fd9ec589 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,16 @@ Changes Prior to this release
     -   Support little-endian (Rather than hostendian) bitmaps.
     -   Return correct error code from 'mdadm -S'
     -   Remove extra blank line from 'mdadm -Eb' output.
+    -   Improve option parsing so that -a and -b do not have
+       optional arguements: the arg is either required or not
+       depending on context.
+    -   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
 
 Changes Prior to 2.1 release
     -   Fix assembling of raid10 array when devices are missing.