]> git.ipfire.org Git - thirdparty/mdadm.git/blame - ANNOUNCE-2.6.3
tests/06name: adjust for homehost
[thirdparty/mdadm.git] / ANNOUNCE-2.6.3
CommitLineData
e5bddffd
NB
1Subject: ANNOUNCE: mdadm 2.6.3 - A tool for managing Soft RAID under Linux
2
3I am pleased to announce the availability of
4 mdadm version 2.6.3
5
6It is available at the usual places:
7 http://www.cse.unsw.edu.au/~neilb/source/mdadm/
8and
9 countrycode=xx.
10 http://www.${countrycode}kernel.org/pub/linux/utils/raid/mdadm/
11and via git at
12 git://neil.brown.name/mdadm
13 http://neil.brown.name/git?p=mdadm
14
15mdadm is a tool for creating, managing and monitoring
16device arrays using the "md" driver in Linux, also
17known as Software RAID arrays.
18
19Release 2.6.3 adds a few minor bug fixes to 2.6.2
20
21Changelog Entries:
22 - allow --write-behind to be set for --grow.
23 - When adding new disk to an array, don't reserve so much bitmap
24 space that the disk cannot store the required data. (Needed when
25 1.x array was created with older mdadm).
26 - When adding a drive that was a little too small, we did not get
27 the correct error message.
28 - Make sure that if --assemble find an array in the critical region
29 of a reshape, and cannot find the critical data to restart the
30 reshape, it gives an error message.
31 - Fix segfault with '--detail --export' and non-persistent
32 superblocks.
33 - Various manpage updates.
34 - Improved 'raid4' support (--assemble, --monitor)
35 - Option parsing fixes w.r.t -a
36 - Interpret "--assemble --metadata=1" to allow any version 1.x
37 metadata, and be more specific in the "metadata=" message printed
38 with --examine --brief
39 - Fix spare migration in --monitor.
40
41Development of mdadm is sponsored by
42 SUSE Labs, Novell Inc.
43
44NeilBrown 20th August 2007