diff options
author | Neil Brown <neilb@suse.de> | 2007-08-20 06:22:15 +0200 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2007-08-20 06:22:15 +0200 |
commit | e5bddffd352ac071becbaee65dab5b7e18f03793 (patch) | |
tree | fb15fa086485f3d4012bc795dd12c2ee9560829e | |
parent | Update changelog (diff) | |
download | mdadm-e5bddffd352ac071becbaee65dab5b7e18f03793.tar.xz mdadm-e5bddffd352ac071becbaee65dab5b7e18f03793.zip |
Release 2.6.3mdadm-2.6.3
-rw-r--r-- | ANNOUNCE-2.6.3 | 44 | ||||
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | ReadMe.c | 2 | ||||
-rw-r--r-- | inventory | 1 | ||||
-rw-r--r-- | mdadm.8 | 2 | ||||
-rw-r--r-- | mdadm.spec | 6 | ||||
-rw-r--r-- | mdassemble.8 | 2 |
7 files changed, 52 insertions, 7 deletions
diff --git a/ANNOUNCE-2.6.3 b/ANNOUNCE-2.6.3 index e69de29b..168539db 100644 --- a/ANNOUNCE-2.6.3 +++ b/ANNOUNCE-2.6.3 @@ -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 @@ -1,4 +1,4 @@ -Changes Prior to this release +Changes Prior to 2.6.3 release - 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 @@ -24,7 +24,7 @@ #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 @@ -17,6 +17,7 @@ ANNOUNCE-2.5.6 ANNOUNCE-2.6 ANNOUNCE-2.6.1 ANNOUNCE-2.6.2 +ANNOUNCE-2.6.3 Assemble.c bitmap.c bitmap.h @@ -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 "" v2.6.2 +.TH MDADM 8 "" v2.6.3 .SH NAME mdadm \- manage MD devices .I aka @@ -1,9 +1,9 @@ Summary: mdadm is used for controlling Linux md devices (aka RAID arrays) Name: mdadm -Version: 2.6.2 +Version: 2.6.3 Release: 1 -Source: http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz -URL: http://www.cse.unsw.edu.au/~neilb/source/mdadm/ +Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz +URL: http://neil.brown.name/blog/mdadm License: GPL Group: Utilities/System BuildRoot: %{_tmppath}/%{name}-root diff --git a/mdassemble.8 b/mdassemble.8 index d9d2aa48..a92c007f 100644 --- a/mdassemble.8 +++ b/mdassemble.8 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH MDASSEMBLE 8 "" v2.6.2 +.TH MDASSEMBLE 8 "" v2.6.3 .SH NAME mdassemble \- assemble MD devices .I aka |