]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ChangeLog
Fix problems with array.size overflowing on large arrays.
[thirdparty/mdadm.git] / ChangeLog
index fdf720d24cacf2d8b057314c596184c4c2b715e6..fd42b4e1ea69ce7a3c3f9e78c8ccf0997527f056 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 Changes Prior to this release
     -   Avoid segfault when parsing /proc/mdstat with auto-read-only
        arrays.
+    -   Fix problem with failing to add devices to v.large (>4TB) arrays,
+       cause by problems with device-size overflow.
 
 Changes Prior to 2.6.4 release
     -   Make "--create --auto=mdp" work for non-standard device names.