]> git.ipfire.org Git - thirdparty/mdadm.git/blame - ANNOUNCE-3.1.4
mdadm: improve the dlm locking mechanism for clustered raid
[thirdparty/mdadm.git] / ANNOUNCE-3.1.4
CommitLineData
972ee725
N
1Subject: ANNOUNCE: mdadm 3.1.4 - A tool for managing Soft RAID under Linux
2
3I am pleased to announce the availability of
4 mdadm version 3.1.4
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
13This is a bugfix/stability release over 3.1.3.
143.1.3 had a couple of embarrasing regressions and a couple of other
15issues surfaces which had easy fixes so I decided to make a 3.1.4
16release after all.
17
18Two fixes related to configs that aren't using udev:
19 - Don't remove md devices which 'standard' names on --stop
20 - Allow dev_open to work on read-only /dev
21And fixed regressions:
22 - Allow --incremental to add spares to an array
23 - Accept --no-degraded as a deprecated option rather than
24 throwing an error
25 - Return correct success status when --incrmental assembling
26 a container which does not yet have enough devices.
27 - Don't link mdadm with pthreads, only mdmon needs it.
28 - Fix compiler warning due to bad use of snprintf
29 - Fix spare migration
30
31This release is believed to be stable and you should feel free to
32upgrade to 3.1.4
33
34It is expected that the next release will be 3.2 with a number of new
35features.
36
37NeilBrown 31st August 2010