diff options
author | NeilBrown <neilb@suse.de> | 2011-06-17 07:15:37 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2011-06-17 07:15:37 +0200 |
commit | ef799cdd6968db25b3a3ea5d7d4e920391ec640a (patch) | |
tree | b977a19d5d72715dcbe6639d3f200f6c38543cb4 | |
parent | Don't index past the end of 'best' array in Assemble. (diff) | |
download | mdadm-3.2.2.tar.xz mdadm-3.2.2.zip |
Release mdadm-3.2.2mdadm-3.2.2
Stability release
-rw-r--r-- | ANNOUNCE-3.2.2 | 36 | ||||
-rw-r--r-- | ReadMe.c | 2 | ||||
-rwxr-xr-x | inventory | 3 | ||||
-rw-r--r-- | mdadm.8.in | 2 | ||||
-rw-r--r-- | mdadm.spec | 2 | ||||
-rw-r--r-- | mdassemble.8 | 2 | ||||
-rw-r--r-- | mdmon.8 | 2 |
7 files changed, 44 insertions, 5 deletions
diff --git a/ANNOUNCE-3.2.2 b/ANNOUNCE-3.2.2 new file mode 100644 index 00000000..b70d18b9 --- /dev/null +++ b/ANNOUNCE-3.2.2 @@ -0,0 +1,36 @@ +Subject: ANNOUNCE: mdadm 3.2.2 - A tool for managing Soft RAID under Linux + +I am pleased to announce the availability of + mdadm version 3.2.2 + +It is available at the usual places: + countrycode=xx. + http://www.${countrycode}kernel.org/pub/linux/utils/raid/mdadm/ +and via git at + git://neil.brown.name/mdadm + http://neil.brown.name/git/mdadm + +This release is largely a stablising release for the 3.2 series. +Many of the changes just fix bugs introduces in 3.2 or 3.2.1. + +There are some new features. They are: + - reshaping IMSM (Intel metadata) arrays is no longer 'experimental', + it should work properly and be largely compatible with IMSM drivers in + other platforms. + - --assume-clean can be used with --grow --size to avoid resyncing the + new part of the array. This is only support with very new kernels. + - RAID0 arrays can have chunksize which is not a power of 2. This has been + supported in the kernel for a while but is only now supprted by + mdadm. + + - A new tool 'raid6check' is available which can check a RAID6 array, + or part of it, and report which device is most inconsistent with the + others if any stripe is inconsistent. This is still under development + and does not have a man page yet. If anyone tries it out and has any + questions or experience to report, they would be most welcome on + linux-raid@vger.kernel.org. + +Future releases in the 3.2 series will only be made if bugfixes are needed. +The next release to add features is expected to be 3.3. + +NeilBrown 17th June 2011 @@ -24,7 +24,7 @@ #include "mdadm.h" -char Version[] = Name " - v3.2.1 - 28th March 2011\n"; +char Version[] = Name " - v3.2.2 - 17th June 2011\n"; /* * File: ReadMe.c @@ -11,6 +11,7 @@ ANNOUNCE-3.1.4 ANNOUNCE-3.1.5 ANNOUNCE-3.2 ANNOUNCE-3.2.1 +ANNOUNCE-3.2.2 Assemble.c bitmap.c bitmap.h @@ -37,11 +38,13 @@ kernel-patch-2.6.19 kernel-patch-2.6.25 kernel-patch-2.6.27 Kill.c +lib.c makedist Makefile Manage.c managemon.c mapfile.c +maps.c md.4 md5.h mdadm.8.in @@ -5,7 +5,7 @@ .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" See file COPYING in distribution for details. -.TH MDADM 8 "" v3.2.1 +.TH MDADM 8 "" v3.2.2 .SH NAME mdadm \- manage MD devices .I aka @@ -1,6 +1,6 @@ Summary: mdadm is used for controlling Linux md devices (aka RAID arrays) Name: mdadm -Version: 3.2.1 +Version: 3.2.2 Release: 1 Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz URL: http://neil.brown.name/blog/mdadm diff --git a/mdassemble.8 b/mdassemble.8 index 5610e850..02105246 100644 --- a/mdassemble.8 +++ b/mdassemble.8 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH MDASSEMBLE 8 "" v3.2.1 +.TH MDASSEMBLE 8 "" v3.2.2 .SH NAME mdassemble \- assemble MD devices .I aka @@ -1,5 +1,5 @@ .\" See file COPYING in distribution for details. -.TH MDMON 8 "" v3.2.1 +.TH MDMON 8 "" v3.2.2 .SH NAME mdmon \- monitor MD external metadata arrays |