From ef799cdd6968db25b3a3ea5d7d4e920391ec640a Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Fri, 17 Jun 2011 15:15:37 +1000 Subject: [PATCH] Release mdadm-3.2.2 Stability release --- ANNOUNCE-3.2.2 | 36 ++++++++++++++++++++++++++++++++++++ ReadMe.c | 2 +- inventory | 3 +++ mdadm.8.in | 2 +- mdadm.spec | 2 +- mdassemble.8 | 2 +- mdmon.8 | 2 +- 7 files changed, 44 insertions(+), 5 deletions(-) create mode 100644 ANNOUNCE-3.2.2 diff --git a/ANNOUNCE-3.2.2 b/ANNOUNCE-3.2.2 new file mode 100644 index 0000000..b70d18b --- /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 diff --git a/ReadMe.c b/ReadMe.c index 384e535..b658841 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -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 diff --git a/inventory b/inventory index d93ef90..aa5cacb 100755 --- a/inventory +++ b/inventory @@ -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 diff --git a/mdadm.8.in b/mdadm.8.in index f549dbf..d2d7ef2 100644 --- a/mdadm.8.in +++ b/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 diff --git a/mdadm.spec b/mdadm.spec index 446c84e..c5b8bda 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -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 5610e85..0210524 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 diff --git a/mdmon.8 b/mdmon.8 index 5147b86..7939a99 100644 --- a/mdmon.8 +++ b/mdmon.8 @@ -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