]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ChangeLog
Use O_EXCL when opening component devices to be assembled into an array
[thirdparty/mdadm.git] / ChangeLog
index fb391d3856a323985654eb72ee16e8a516837d32..685485830b185bb97c23e0d205450543fe0e5521 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Changes Prior to 1.10.0 release
+    -   Fix bug with --config=partitions
+    -   Open sub-devices with O_EXCL to detect if already in use
+
 Changes Prior to 1.9.0 release
     -   Fix rpm build problem (stray %)
     -   Minor manpage updates
@@ -11,6 +15,15 @@ Changes Prior to 1.9.0 release
        "MAJOR", "MINOR", "MKDEV" so that large device numbers work
        on 2.6 (providing you have glibc 2.3.3 or later).
     -   Add some missing closes of open file descriptors.
+    -   Reread /proc/partition for every array assembled when using
+       it to find devices, rather than only once.
+    -   Make "mdadm -Ss" stop stacked devices properly, by reversing the
+       order in which arrays are stopped.
+    -   Improve some error messages.
+    -   Allow device name to appear before first option, so e.g.
+       mdadm /dev/md0 -A /dev/sd[ab]
+       works.
+    -   Assume '-Q' if just a device is given, rather than being silent.
 
 Changes Prior to 1.8.0 release
     -   Makefile cleanup from  Luca Berra <bluca@comedia.it>