]> git.ipfire.org Git - thirdparty/mdadm.git/blame - ANNOUNCE-3.1
mdadm.h: Introduced unaligned {get,put}_unaligned{16,32}()
[thirdparty/mdadm.git] / ANNOUNCE-3.1
CommitLineData
7f0066ba
N
1Subject: ANNOUNCE: mdadm 3.1 - A tool for managing Soft RAID under Linux
2
3Hot on the heals of 3.0.3 I am pleased to announce the availability of
4 mdadm version 3.1
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
13
14It contains significant feature enhancements over 3.0.x
15
16The brief change log is:
17 - Support --grow to change the layout of RAID4/5/6
18 - Support --grow to change the chunksize of raid 4/5/6
19 - Support --grow to change level from RAID1 -> RAID5 -> RAID6 and
20 back.
21 - Support --grow to reduce the number of devices in RAID4/5/6.
22 - Support restart of these grow options which assembling an array
23 which is partially grown.
24 - Assorted tests of this code, and of different RAID6 layouts.
25
26Note that a 2.6.31 or later is needed to have access to these.
27Reducing devices in a RAID4/5/6 requires 2.6.32.
28Changing RAID5 to RAID1 requires 2.6.33.
29
30You should only upgrade if you need to use, or which to test, these
31features.
32
33NeilBrown 22nd October 2009