]> git.ipfire.org Git - thirdparty/mdadm.git/blame - ANNOUNCE-1.8.1
Fix parsing of /dev/md/N in is_standard
[thirdparty/mdadm.git] / ANNOUNCE-1.8.1
CommitLineData
baa5f1c2
NB
1Subject: ANNOUNCE: mdadm 1.8.1 - A tool for managing Soft RAID under Linux - DEVELOPMENT version
2
3
4I am pleased to announce the availability of
5 mdadm version 1.8.1
6It is available at
7 http://www.cse.unsw.edu.au/~neilb/source/mdadm/
8and
9 http://www.{countrycode}.kernel.org/pub/linux/utils/raid/mdadm/
10
11as a source tar-ball and (at the first site) as an SRPM, and as an RPM for i386.
12
13This is a "development" release of mdadm. It should *not* be
14considered stable and should be used primarily for testing.
15The current "stable" version is 1.8.0.
16
17Release 1.8.1 supports different styles of superblocks (aka RAID metadata).
18Two formats are currently supported
19 version 0.90.0 - the traditional Linux RAID superblock
20 version 1 - a new superblock which less useless information and some more
21 flexability.
22
23Version 1 supports more than 28 devices in an array, and RAID1 and greater over
24devices larger than 2TB (though a 2TB RAID1 would take forever to resync!).
25
26mdadm 1.8.1 takes a different approach to creating arrays than
27previous versions, though this is largely transparent. Instead of
28giving the devices to the kernel and letting it "create" the array and
29write out initial superblocks, mdadm 1.8.1 writes out the initial
30superblocks itself, thus creating the array, and then asks the kernel
31to assemble that array.
32
33Version 1 superblocks requires 2.6.10 or a recent 2.6.10-rc snapshot.
34
35Enhancements that are expected before this becomes 2.0.0:
36
37 - mdassemble currently doesn't compile
38 - version 1 superblocks have room for a label, which currently isn't used.
39 Setting the label, and assembling arrays by label will be supported.
40 A label like "$HOSTNAME-root" could be the standard label for the device
41 containing the root filesystem for $HOSTNAME.
42
43
44Development of mdadm is sponsored by CSE@UNSW:
45 The School of Computer Science and Engineering
46at
47 The University of New South Wales
48
49NeilBrown 05 November 2004
50