]> 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 15fa6c62e3abd5e2496187122ddd0df4f2487300..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
@@ -15,8 +19,11 @@ Changes Prior to 1.9.0 release
        it to find devices, rather than only once.
     -   Make "mdadm -Ss" stop stacked devices properly, by reversing the
        order in which arrays are stopped.
-    -   Correct error message when last device to be added to an array
-        fails.
+    -   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>