File tree Expand file tree Collapse file tree 7 files changed +37
-5
lines changed Expand file tree Collapse file tree 7 files changed +37
-5
lines changed Original file line number Diff line number Diff line change
1
+ Subject: ANNOUNCE: mdadm 3.2.5 - A tool for managing Soft RAID under Linux
2
+
3
+ I am somewhat disappointed to have to announce the availability of
4
+ mdadm version 3.2.5
5
+
6
+ It is available at the usual places, now including github:
7
+ countrycode=xx.
8
+ http://www.${countrycode}kernel.org/pub/linux/utils/raid/mdadm/
9
+ and via git at
10
+ git://github.com/neilbrown/mdadm
11
+ git://neil.brown.name/mdadm
12
+ http://neil.brown.name/git/mdadm
13
+
14
+ This release primarily fixes a serious regression in 3.2.4.
15
+ This regression does *not* cause any risk to data. It simply
16
+ means that adding a device with "--add" would sometime fail
17
+ when it should not.
18
+
19
+ The fix also includes a couple of minor fixes such as making
20
+ the "--layout=preserve" option to "--grow" work again.
21
+
22
+ A reminder that the default location for runtime files is now
23
+ "/run/mdadm". If you compile this for a distro that does not
24
+ have "/run", you will need to compile with an alternate setting for
25
+ MAP_DIR. e.g.
26
+ make MAP_DIR=/var/run/mdadm
27
+ or
28
+ make MAP_DIR=/dev/.mdadm
29
+
30
+ NeilBrown 18th May 2012
31
+
Original file line number Diff line number Diff line change 24
24
25
25
#include "mdadm.h"
26
26
27
- char Version [] = Name " - v3.2.4 - 9th May 2012\n" ;
27
+ char Version [] = Name " - v3.2.5 - 18th May 2012\n" ;
28
28
29
29
/*
30
30
* File: ReadMe.c
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ ANNOUNCE-3.2.1
15
15
ANNOUNCE-3.2.2
16
16
ANNOUNCE-3.2.3
17
17
ANNOUNCE-3.2.4
18
+ ANNOUNCE-3.2.5
18
19
Assemble.c
19
20
Build.c
20
21
COPYING
Original file line number Diff line number Diff line change 5
5
.\" the Free Software Foundation; either version 2 of the License, or
6
6
.\" (at your option) any later version.
7
7
.\" See file COPYING in distribution for details.
8
- .TH MDADM 8 "" v3.2.4
8
+ .TH MDADM 8 "" v3.2.5
9
9
.SH NAME
10
10
mdadm \- manage MD devices
11
11
.I aka
Original file line number Diff line number Diff line change 1
1
Summary: mdadm is used for controlling Linux md devices (aka RAID arrays)
2
2
Name: mdadm
3
- Version: 3.2.4
3
+ Version: 3.2.5
4
4
Release: 1
5
5
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version }.tar.gz
6
6
URL: http://neil.brown.name/blog/mdadm
Original file line number Diff line number Diff line change 1
1
.\" -*- nroff -*-
2
- .TH MDASSEMBLE 8 "" v3.2.4
2
+ .TH MDASSEMBLE 8 "" v3.2.5
3
3
.SH NAME
4
4
mdassemble \- assemble MD devices
5
5
.I aka
Original file line number Diff line number Diff line change 1
1
.\" See file COPYING in distribution for details.
2
- .TH MDMON 8 "" v3.2.4
2
+ .TH MDMON 8 "" v3.2.5
3
3
.SH NAME
4
4
mdmon \- monitor MD external metadata arrays
5
5
You can’t perform that action at this time.
0 commit comments