]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ChangeLog
Fix assembling of raid10 in the face of missing devices.
[thirdparty/mdadm.git] / ChangeLog
index 9d7f815e6a5b0f725221bcb5e3475719f9680afd..e5a543abf08032aae65a78fd6e01b1dd3889c1bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
 Changes Prior to this release
+    -   Fix assembling of raid10 array when devices are missing.
+         mdadm now correctly detects if a array is workable or not
+         depending on which devices are present, and so will correctly
+         handle "--assemble --force"  if multiple devices have failed.
+    -   Report raid10 layout in --examine output.
+
+Changes Prior to 2.0
     -   Support assembling from byte-swapped superblocks
        metadata type "0.swap" and --update=byteorder
     -   write-mostly and write-behind support for raid1.