]> git.ipfire.org Git - thirdparty/mdadm.git/blame - ANNOUNCE-2.6.9
imsm: fix num_domains
[thirdparty/mdadm.git] / ANNOUNCE-2.6.9
CommitLineData
388953d2
N
1Subject: ANNOUNCE: mdadm 2.6.9 - A tool for managing Soft RAID under Linux
2
3I am pleased to announce the availability of
4 mdadm version 2.6.9
5
6It is available at the usual places:
7 countrycode=xx.
8 http://www.${countrycode}kernel.org/pub/linux/utils/raid/mdadm/
9and via git at
10 git://neil.brown.name/mdadm
11 http://neil.brown.name/git?p=mdadm
12
13mdadm is a tool for creating, managing and monitoring
14device arrays using the "md" driver in Linux, also
15known as Software RAID arrays.
16
17Release 2.6.9 contains various bug fixes.
18Clearly 2.6.8 was not the final 2.x release.
19Hopefully 2.6.9 will be as I don't want go to 2.7, and
202.6.10 might be confusing (though I'll probably go that
21way if I need to).
22
23New features will only appear in the 3.x series of which 3.0 will be
24release within a few months.
25
26Changelog Entries:
27 Bernhard Reutner-Fischer (1):
28 mdadm fix compilation for uClibc
29
30 Dustin Kirkland (2):
31 Fail overtly when asprintf fails to allocate memory
32 Typo in earlier patch : asprintf -> vasprintf
33
34 NeilBrown (11):
35 Allow --config in --incremental mode.
36 Kill: Don't use O_EXCL when --force is used.
37 Assemble: don't assume array is 'clean' unless all devices think it is.
38 Assemble: set stripe_cache_size properly when restarting a reshape.
39 map: rebuild map if it doesn't exist.
40 Free mdstat data structures properly.
41 Fix the used device size in mdadm -D output.
42 Document 'max' option to --grow --size in --help output.
43 Fix possible crash if bitmap metadata is bad.
44 Monitor: send --test message for arrays in /proc/mdstat that aren't in mdadm.conf
45 super1: make sure max_dev grows enough when adding a device to an array.
46
47
48Development of mdadm is sponsored by
49 SUSE Labs, Novell Inc.
50
51NeilBrown 28th November 2008