]> git.ipfire.org Git - thirdparty/mdadm.git/blame - ANNOUNCE-2.0
util: make env checking more generic
[thirdparty/mdadm.git] / ANNOUNCE-2.0
CommitLineData
8431b2b2
NB
1Subject: ANNOUNCE: mdadm 2.0 - A tool for managing Soft RAID under Linux
2
3I am (at last) please to announce the availability of
4 mdadm version 2.0
5
6It is available at the usual places:
7 http://www.cse.unsw.edu.au/~neilb/source/mdadm/
8and
9 http://www.{countrycode}.kernel.org/pub/linux/utils/raid/mdadm/
10
11mdadm is a tool for creating, managing and monitoring
12device arrays using the "md" driver in Linux, also
13known as Software RAID arrays.
14
15Release 2.0 contains a substantial rewrite of various pieces of
16functionality, particularly the --create option. This enables support
17for a new style of superblock - the version-1 superblock.
18Version-1 can support many more than 28 devices and can be easily
19moved between hosts with different endian-ness.
20Release 2.0 also contains support for the recent bitmap-intent-logging
21which will appear in 2.6.13, and the RAID1 write-behind that will be
63f8c4c7 22available in 2.6.14 (it is currently only in -mm).
8431b2b2
NB
23
24This release comes with a test-suite which has been used to verify that
25mdadm-2.0 actually works in a number of common scenarios. Some of the
26tests require a bleeding-edge kernel, so don't be surprised if some fail
27on kernels prior to 2.6.14.
28
29Being a '.0' release, 2.0 should be treated with some caution.
30However I believe it is quite stable and can safely be used on
31production systems.
32
63f8c4c7
NB
33Note that this release is "2.0", not "2.0.0". I never found a use for
34the third number with 1.X.Y, so I dropped it.
35
8431b2b2
NB
36
37Development of mdadm has moved from CSE@UNSW and is now sponsored by
38 SUSE Labs, Novell Inc.
39
63f8c4c7 40NeilBrown 26th August 2005
8431b2b2 41