summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2011-06-17 15:15:37 +1000
committerNeilBrown <neilb@suse.de>2011-06-17 15:15:37 +1000
commitef799cdd6968db25b3a3ea5d7d4e920391ec640a (patch)
treeb977a19d5d72715dcbe6639d3f200f6c38543cb4
parentb787bec6bd0ef74a65cc4fab28496996e4a3c12b (diff)
Release mdadm-3.2.2
Stability release
-rw-r--r--ANNOUNCE-3.2.236
-rw-r--r--ReadMe.c2
-rwxr-xr-xinventory3
-rw-r--r--mdadm.8.in2
-rw-r--r--mdadm.spec2
-rw-r--r--mdassemble.82
-rw-r--r--mdmon.82
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
diff --git a/ReadMe.c b/ReadMe.c
index 384e5355..b6588417 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 d93ef904..aa5cacb0 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 f549dbf9..d2d7ef22 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 446c84ee..c5b8bda7 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 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
diff --git a/mdmon.8 b/mdmon.8
index 5147b867..7939a99a 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