]> git.ipfire.org Git - thirdparty/mdadm.git/blame - ANNOUNCE-3.2.5
Create: support --readonly flag.
[thirdparty/mdadm.git] / ANNOUNCE-3.2.5
CommitLineData
3b2aad6e
N
1Subject: ANNOUNCE: mdadm 3.2.5 - A tool for managing Soft RAID under Linux
2
3I am somewhat disappointed to have to announce the availability of
4 mdadm version 3.2.5
5
6It is available at the usual places, now including github:
7 countrycode=xx.
8 http://www.${countrycode}kernel.org/pub/linux/utils/raid/mdadm/
9and via git at
10 git://github.com/neilbrown/mdadm
11 git://neil.brown.name/mdadm
12 http://neil.brown.name/git/mdadm
13
14This release primarily fixes a serious regression in 3.2.4.
15This regression does *not* cause any risk to data. It simply
16means that adding a device with "--add" would sometime fail
17when it should not.
18
19The fix also includes a couple of minor fixes such as making
20the "--layout=preserve" option to "--grow" work again.
21
22A reminder that the default location for runtime files is now
23"/run/mdadm". If you compile this for a distro that does not
24have "/run", you will need to compile with an alternate setting for
25MAP_DIR. e.g.
26 make MAP_DIR=/var/run/mdadm
27or
28 make MAP_DIR=/dev/.mdadm
29
30NeilBrown 18th May 2012
31