X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=d1e0eb03685b9030d14dcf1f743bc8042a56b963;hb=b90c0e9a12090c435f23da8378b3436c93f77f2f;hp=7cb07fe41b82501b694af96fc8db915f24ee338f;hpb=cbfbcb0b503752a560e607039924f3192fde314b;p=thirdparty%2Fmdadm.git diff --git a/ChangeLog b/ChangeLog index 7cb07fe4..d1e0eb03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,33 @@ Changes Prior to this 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. + - Allow --assemble --force to mark a raid6 clean when it has two + missing devices (which is needed else if won't assemble. + Without this fix it would only assemble if one or zero + 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. + +Changes Prior to 2.5.6 release + - Fix bug which meant "bitmap=xxx" in mdadm.conf was not handled + properly. + - Documentation updates. + - Fix bug that caused infinite loop when doing auto-assembly, + in certain cases where arrays couldn't be assembled. + +Changes Prior to 2.5.5 release - Don't #include linux/blkpg.h as that isn't safe. Just include the content literally. - Reduce maximum bitmap usage when working with bitmap files,