Release mdadm-3.2.2

Stability release
This commit is contained in:
NeilBrown 2011-06-17 15:15:37 +10:00
parent b787bec6bd
commit ef799cdd69
7 changed files with 44 additions and 5 deletions

36
ANNOUNCE-3.2.2 Normal file
View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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