]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release 3.1 mdadm-3.1
authorNeilBrown <neilb@suse.de>
Thu, 22 Oct 2009 03:07:05 +0000 (14:07 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 22 Oct 2009 03:07:05 +0000 (14:07 +1100)
New functionality in --grow.

Signed-off-by: NeilBrown <neilb@suse.de>
ANNOUNCE-3.1 [new file with mode: 0644]
ChangeLog
ReadMe.c
inventory
mdadm.8
mdadm.spec
mdassemble.8
mdmon.8

diff --git a/ANNOUNCE-3.1 b/ANNOUNCE-3.1
new file mode 100644 (file)
index 0000000..343b85d
--- /dev/null
@@ -0,0 +1,33 @@
+Subject:  ANNOUNCE: mdadm 3.1 - A tool for managing Soft RAID under Linux
+
+Hot on the heals of 3.0.3 I am pleased to announce the availability of
+   mdadm version 3.1
+
+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?p=mdadm
+
+
+It contains significant feature enhancements over 3.0.x
+
+The brief change log is:
+   -    Support --grow to change the layout of RAID4/5/6
+   -    Support --grow to change the chunksize of raid 4/5/6
+   -    Support --grow to change level from RAID1 -> RAID5 -> RAID6 and
+        back.
+   -    Support --grow to reduce the number of devices in RAID4/5/6.
+   -    Support restart of these grow options which assembling an array 
+       which is partially grown.
+   -    Assorted tests of this code, and of different RAID6 layouts.
+
+Note that a 2.6.31 or later is needed to have access to these.
+Reducing devices in a RAID4/5/6 requires 2.6.32.
+Changing RAID5 to RAID1 requires 2.6.33.
+
+You should only upgrade if you need to use, or which to test, these
+features.
+       
+NeilBrown 22nd October 2009
index f2e60ee3c4177412f2b1338600f5b94b3edd4ef8..171942019a1da556f320f4ab8e7e72f352a6b03c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
 Please see git logs for detailed change log.
 This file just contains highlight.
 
+Changes Prior to release 3.1
+   -    Support --grow to change the layout of RAID4/5/6
+   -    Support --grow to change the chunksize of raid 4/5/6
+   -    Support --grow to change level from RAID1 -> RAID5 -> RAID6 and
+        back.
+   -    Support --grow to reduce the number of devices in RAID4/5/6.
+   -    Support restart of these grow options which assembling an array 
+       which is partially grown.
+   -    Assorted tests of this code, and of different RAID6 layouts.
+       
 Changes Prior to release 3.0.3
    -    Improvements for creating arrays giving just a name, like 'foo',
        rather than the full '/dev/md/foo'.
index fbd6aed80a125499f3cc2d92b9409d555c47e136..fc069d37dad88c20aba3caf5a949edbcaca509dd 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -24,7 +24,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v3.0.3 - 22nd October 2009\n";
+char Version[] = Name " - v3.1 - 22nd October 2009\n";
 
 /*
  * File: ReadMe.c
index f0f7dacbb289f26f1009305e39a61613c7b6aeaa..e3a6924ab462fa92961c7b6053c99c942079d19d 100755 (executable)
--- a/inventory
+++ b/inventory
@@ -3,6 +3,7 @@ ANNOUNCE-3.0
 ANNOUNCE-3.0.1
 ANNOUNCE-3.0.2
 ANNOUNCE-3.0.3
+ANNOUNCE-3.1
 Assemble.c
 bitmap.c
 bitmap.h
@@ -121,6 +122,9 @@ tests/06update-uuid
 tests/06wrmostly
 tests/07autoassemble
 tests/07autodetect
+tests/07changelevelintr
+tests/07changelevels
+tests/07layouts
 tests/07reshape5intr
 tests/07testreshape5
 tests/08imsm-overlap
diff --git a/mdadm.8 b/mdadm.8
index 62cc1e10a326b2386934c2b4caa31c0b999ac61a..121fc2934eb30f306b13d9a548afb77904ef875d 100644 (file)
--- a/mdadm.8
+++ b/mdadm.8
@@ -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.0.3
+.TH MDADM 8 "" v3.1
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index 6bc36cdeef876054530630fa8f76e9b941373205..633fe60267047a26ba2e680c674dfe9f471aae69 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     3.0.3
+Version:     3.1
 Release:     1
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz
 URL:         http://neil.brown.name/blog/mdadm
index 5520e8ef7a5a62c3ee0b9cb4b76766208dc4888c..ecb09705a762b015aa7816429d21102ab24ac9cf 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v3.0.3
+.TH MDASSEMBLE 8 "" v3.1
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka
diff --git a/mdmon.8 b/mdmon.8
index 41af50d021cef71d118e564405565962ef7e7b53..022f8ac847e28731baa1c719f829a7dbc687c0ea 100644 (file)
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
 .\" See file COPYING in distribution for details.
-.TH MDMON 8 "" v3.0.3
+.TH MDMON 8 "" v3.1
 .SH NAME
 mdmon \- monitor MD external metadata arrays