]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release mdadm-3.1.1 devel-3.1 mdadm-3.1.1
authorNeilBrown <neilb@suse.de>
Thu, 19 Nov 2009 05:10:58 +0000 (16:10 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 19 Nov 2009 05:10:58 +0000 (16:10 +1100)
bugfix over 3.1, but changes to some significant defaults.

ANNOUNCE-3.1.1 [new file with mode: 0644]
ChangeLog
ReadMe.c
inventory
mdadm.8
mdadm.spec
mdassemble.8
mdmon.8

diff --git a/ANNOUNCE-3.1.1 b/ANNOUNCE-3.1.1
new file mode 100644 (file)
index 0000000..9e480dc
--- /dev/null
@@ -0,0 +1,39 @@
+Subject:  ANNOUNCE: mdadm 3.1.1 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 3.1.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
+
+This is a bugfix release over 3.1, which was withdrawn due to serious
+bugs.  So it might be best to ignore 3.1 and say that this is a significant
+feature release over 3.0.x
+
+Significant changes are:
+  - RAID level conversion between RAID1, RAID5, and RAID6 are
+    possible were the kernel supports it (2.6.32 at least)
+  - online chunksize and layout changing for RAID5 and RAID6
+    where the kernel supports it.
+  - reduce the number of devices in a RAID4/5/6 array.
+
+  - The default metadata is not v1.1.  This metadata is stored at the
+    start of the device so is safer in many ways but could interfere with
+    boot loaded.  The old default (0.90) is still available and fully
+    supported.
+
+  - The default chunksize is now 512K rather than 64K.  This seems more
+    appropriate for modern devices.
+
+  - The default bitmap chunksize for internal bitmaps is now at least
+    64Meg as fine grained bitmaps tend to impact performance more for
+    little extra gain.
+
+This release is believed to be stable and you should feel free to
+upgrade to 3.1.1.
+
+NeilBrown 19th November 2009
index 171942019a1da556f320f4ab8e7e72f352a6b03c..950931936103afa826fc563a100c8d6b82cd066c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
 Please see git logs for detailed change log.
 This file just contains highlight.
 
+Changes Prior to release 3.1.1
+   -    Multiple fixes for new --grow levels including fixes for
+       serious data corruption problems.
+   -    Change default metadata to v1.1
+   -    Change default chunk size to 512K
+   -    Change default bitmap chunk size to 64Meg
+   -    When --re-add is used, don't fall back to
+       --add if --re-add fails as this can destroy data.
+
 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
index fc069d37dad88c20aba3caf5a949edbcaca509dd..1b9d9162fe5fc1b21573899ae0f1677f4c26a2ea 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -24,7 +24,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v3.1 - 22nd October 2009\n";
+char Version[] = Name " - v3.1.1 - 19th November 2009\n";
 
 /*
  * File: ReadMe.c
index e3a6924ab462fa92961c7b6053c99c942079d19d..bbfe9a06fd08420592214d1aa4f3cb6d3c88abb6 100755 (executable)
--- a/inventory
+++ b/inventory
@@ -4,6 +4,7 @@ ANNOUNCE-3.0.1
 ANNOUNCE-3.0.2
 ANNOUNCE-3.0.3
 ANNOUNCE-3.1
+ANNOUNCE-3.1.1
 Assemble.c
 bitmap.c
 bitmap.h
diff --git a/mdadm.8 b/mdadm.8
index 93615f950561fbf1ccfc2a2b0fd29c05b1e5e3ac..f8f240a2ab1a0b8ed0f74238a2a2116c8e222a96 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.1
+.TH MDADM 8 "" v3.1.1
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index 633fe60267047a26ba2e680c674dfe9f471aae69..75223a50aa42f545bf6eb13de0d7da7b00318c20 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     3.1
+Version:     3.1.1
 Release:     1
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz
 URL:         http://neil.brown.name/blog/mdadm
index ecb09705a762b015aa7816429d21102ab24ac9cf..1135303d76fc1fafdcf1c71f1073f256e79bdfeb 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v3.1
+.TH MDASSEMBLE 8 "" v3.1.1
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka
diff --git a/mdmon.8 b/mdmon.8
index 022f8ac847e28731baa1c719f829a7dbc687c0ea..05aaa50f753afc66ac20fec153b56ab44c52cdac 100644 (file)
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
 .\" See file COPYING in distribution for details.
-.TH MDMON 8 "" v3.1
+.TH MDMON 8 "" v3.1.1
 .SH NAME
 mdmon \- monitor MD external metadata arrays