summaryrefslogtreecommitdiffstats
path: root/ANNOUNCE-2.1
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-09-12 07:12:07 +0000
committerNeil Brown <neilb@suse.de>2005-09-12 07:12:07 +0000
commite478dc86ede12e68eb5b2d926c9f6ff5b6aebc00 (patch)
tree5942c7deaff0571f414772af26be2ca3f14141f2 /ANNOUNCE-2.1
parentc929c82e7faaefb71001e4e8bbb8b7b2c1657513 (diff)
downloadmdadm-e478dc86ede12e68eb5b2d926c9f6ff5b6aebc00.tar.gz
mdadm-e478dc86ede12e68eb5b2d926c9f6ff5b6aebc00.tar.xz
mdadm-e478dc86ede12e68eb5b2d926c9f6ff5b6aebc00.zip
Release 2-0
With little fix for -O2 compile Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'ANNOUNCE-2.1')
-rw-r--r--ANNOUNCE-2.137
1 files changed, 37 insertions, 0 deletions
diff --git a/ANNOUNCE-2.1 b/ANNOUNCE-2.1
new file mode 100644
index 0000000..fd328e7
--- /dev/null
+++ b/ANNOUNCE-2.1
@@ -0,0 +1,37 @@
+Subject: ANNOUNCE: mdadm 2.1 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+ mdadm version 2.1
+
+It is available at the usual places:
+ http://www.cse.unsw.edu.au/~neilb/source/mdadm/
+and
+ http://www.{countrycode}.kernel.org/pub/linux/utils/raid/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.1 fixes a few problems found after the release of 2.0.
+If you are using raid10 or version-1 superblocks and upgrade is
+recommended.
+
+Specifically:
+ - Fix assembling of raid10 array when devices are missing.
+ mdadm now correctly detects if a array is workable or not
+ depending on which devices are present, and so will correctly
+ handle "--assemble --force" if multiple devices have failed.
+ - Report raid10 layout in --examine output.
+ - Fix assembling of arrays that use the version-1 superblock and
+ have spares. Previously the spares would be ignored.
+ - Fix bug so that multiple drives can be re-added at once.
+ - Fix problem with hot-adding a bitmap to version-1-superblock
+ arrays.
+
+
+Development of mdadm is sponsored by
+ SUSE Labs, Novell Inc.
+
+NeilBrown 12th September 2005
+
+