]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ChangeLog
Release 2.6
[thirdparty/mdadm.git] / ChangeLog
index 1c359f85a284f4f54174ae323429cb2321db3253..eabcdffca53669c6d79b65f4f196fa3fb38e6866 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes Prior to this release
+Changes Prior to 2.6 release
     -   Fixed UUID printing in "--detail --brief" for version1 metadata.
     -   --update=resync did exactly the wrong thing for version1 metadata.
        It caused a resync to not happen, rather than to happen.
@@ -8,6 +8,28 @@ Changes Prior to this release
        missing devices.
     -   Support --update=devicesize for cases where the underlying device
        can change size.
+    -   Default to --auto=yes so the array devices with 'standard' names
+       get created automatically, as this is almost always what is wanted.
+    -   Give useful message if raid4/5/6 cannot be started because it is
+       not clean and is also degraded.
+    -   Increase raid456 stripe cache size if needed to --grow the array.
+       The setting used unfortunately requires intimate knowledge of the
+       kernel, and it not reset when the reshape finishes.
+    -   Change 'Device Size' to 'Used Dev Size' because it only shows how
+       much of each device is actually used, not how big they are.
+    -   --wait or -W will wait for resync activity to finish on the given
+       devices.
+    -   Fix some problems with --update=uuid and add a test.
+    -   If two drives in a raid5 disappear at the same time, then "-Af"
+        will add them both in rather than just one and forcing the array
+       to 'clean'.  This is slightly safer in some cases.
+    -   Check device is large enough before hot-add: this improves quality
+       of error message.
+    -   Don't hold md device open for so long in --monitor mode - map_dev
+       can be slow and interferes with trying to stop the array.
+    -   Support --uuid= with --create to choose your own UUID.
+    -   New major more "--incremental" for incremental assemble of arrays,
+       intended for use with udev.
 
 Changes Prior to 2.5.6 release
     -   Fix bug which meant "bitmap=xxx" in mdadm.conf was not handled