Release 2.6.3

This commit is contained in:
Neil Brown 2007-08-20 14:22:15 +10:00
parent e1584dd2c7
commit e5bddffd35
7 changed files with 52 additions and 7 deletions

View File

@ -0,0 +1,44 @@
Subject: ANNOUNCE: mdadm 2.6.3 - A tool for managing Soft RAID under Linux
I am pleased to announce the availability of
mdadm version 2.6.3
It is available at the usual places:
http://www.cse.unsw.edu.au/~neilb/source/mdadm/
and
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?p=mdadm
mdadm is a tool for creating, managing and monitoring
device arrays using the "md" driver in Linux, also
known as Software RAID arrays.
Release 2.6.3 adds a few minor bug fixes to 2.6.2
Changelog Entries:
- allow --write-behind to be set for --grow.
- When adding new disk to an array, don't reserve so much bitmap
space that the disk cannot store the required data. (Needed when
1.x array was created with older mdadm).
- When adding a drive that was a little too small, we did not get
the correct error message.
- Make sure that if --assemble find an array in the critical region
of a reshape, and cannot find the critical data to restart the
reshape, it gives an error message.
- Fix segfault with '--detail --export' and non-persistent
superblocks.
- Various manpage updates.
- Improved 'raid4' support (--assemble, --monitor)
- Option parsing fixes w.r.t -a
- Interpret "--assemble --metadata=1" to allow any version 1.x
metadata, and be more specific in the "metadata=" message printed
with --examine --brief
- Fix spare migration in --monitor.
Development of mdadm is sponsored by
SUSE Labs, Novell Inc.
NeilBrown 20th August 2007

View File

@ -1,4 +1,4 @@
Changes Prior to this release Changes Prior to 2.6.3 release
- allow --write-behind to be set for --grow. - allow --write-behind to be set for --grow.
- When adding new disk to an array, don't reserve so much bitmap - When adding new disk to an array, don't reserve so much bitmap
space that the disk cannot store the required data. (Needed when space that the disk cannot store the required data. (Needed when

View File

@ -24,7 +24,7 @@
#include "mdadm.h" #include "mdadm.h"
char Version[] = Name " - v2.6.2 - 21st May 2007\n"; char Version[] = Name " - v2.6.3 - 20th August 2007\n";
/* /*
* File: ReadMe.c * File: ReadMe.c

View File

@ -17,6 +17,7 @@ ANNOUNCE-2.5.6
ANNOUNCE-2.6 ANNOUNCE-2.6
ANNOUNCE-2.6.1 ANNOUNCE-2.6.1
ANNOUNCE-2.6.2 ANNOUNCE-2.6.2
ANNOUNCE-2.6.3
Assemble.c Assemble.c
bitmap.c bitmap.c
bitmap.h bitmap.h

View File

@ -5,7 +5,7 @@
''' the Free Software Foundation; either version 2 of the License, or ''' the Free Software Foundation; either version 2 of the License, or
''' (at your option) any later version. ''' (at your option) any later version.
''' See file COPYING in distribution for details. ''' See file COPYING in distribution for details.
.TH MDADM 8 "" v2.6.2 .TH MDADM 8 "" v2.6.3
.SH NAME .SH NAME
mdadm \- manage MD devices mdadm \- manage MD devices
.I aka .I aka

View File

@ -1,9 +1,9 @@
Summary: mdadm is used for controlling Linux md devices (aka RAID arrays) Summary: mdadm is used for controlling Linux md devices (aka RAID arrays)
Name: mdadm Name: mdadm
Version: 2.6.2 Version: 2.6.3
Release: 1 Release: 1
Source: http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz
URL: http://www.cse.unsw.edu.au/~neilb/source/mdadm/ URL: http://neil.brown.name/blog/mdadm
License: GPL License: GPL
Group: Utilities/System Group: Utilities/System
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root

View File

@ -1,5 +1,5 @@
.\" -*- nroff -*- .\" -*- nroff -*-
.TH MDASSEMBLE 8 "" v2.6.2 .TH MDASSEMBLE 8 "" v2.6.3
.SH NAME .SH NAME
mdassemble \- assemble MD devices mdassemble \- assemble MD devices
.I aka .I aka