diff options
Diffstat (limited to 'ANNOUNCE-2.6.1')
-rw-r--r-- | ANNOUNCE-2.6.1 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ANNOUNCE-2.6.1 b/ANNOUNCE-2.6.1 new file mode 100644 index 0000000..2cea723 --- /dev/null +++ b/ANNOUNCE-2.6.1 @@ -0,0 +1,33 @@ +Subject: ANNOUNCE: mdadm 2.6.1 - A tool for managing Soft RAID under Linux + +I am pleased to announce the availability of + mdadm version 2.6.1 + +It is available at the usual places: + http://www.cse.unsw.edu.au/~neilb/source/mdadm/ +and + countrycode=xx. + http://www.${countrycode}kernel.org/pub/linux/utils/raid/mdadm/ +and via git at + git://neil.brown.name/mdadm + http://neil.brown.name/git?p=mdadm + +mdadm is a tool for creating, managing and monitoring +device arrays using the "md" driver in Linux, also +known as Software RAID arrays. + +Release 2.6.1 adds a few minor bug fixes to 2.6 including improved +support for growing a RAID6 array. + +Changelog Entries: + - --monitor was producing some meaningless warnings due to a bug. + - Fix some compiler warnings. + - Fully support --grow for raid6. If a reshape crashed during the + critical period, mdadm wouldn't restore the Q information + properly. + - Update documentation for --grow. + +Development of mdadm is sponsored by + SUSE Labs, Novell Inc. + +NeilBrown 22nd February 2007 |