summaryrefslogtreecommitdiffstats
path: root/ANNOUNCE-2.0
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-08-26 02:26:37 +0000
committerNeil Brown <neilb@suse.de>2005-08-26 02:26:37 +0000
commit8431b2b2861d08b517468ae0f3ce2e3502d5ea94 (patch)
treeccaff89b6c18e2fa26339fef944333ebe47b81e4 /ANNOUNCE-2.0
parent34355de9ca799376d1ed44142c2c5fe8471fe30c (diff)
downloadmdadm-8431b2b2861d08b517468ae0f3ce2e3502d5ea94.tar.gz
mdadm-8431b2b2861d08b517468ae0f3ce2e3502d5ea94.tar.xz
mdadm-8431b2b2861d08b517468ae0f3ce2e3502d5ea94.zip
Getting ready for 2.0 release...
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Diffstat (limited to 'ANNOUNCE-2.0')
-rw-r--r--ANNOUNCE-2.038
1 files changed, 38 insertions, 0 deletions
diff --git a/ANNOUNCE-2.0 b/ANNOUNCE-2.0
new file mode 100644
index 0000000..2200fe7
--- /dev/null
+++ b/ANNOUNCE-2.0
@@ -0,0 +1,38 @@
+Subject: ANNOUNCE: mdadm 2.0 - A tool for managing Soft RAID under Linux
+
+I am (at last) please to announce the availability of
+ mdadm version 2.0
+
+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.0 contains a substantial rewrite of various pieces of
+functionality, particularly the --create option. This enables support
+for a new style of superblock - the version-1 superblock.
+Version-1 can support many more than 28 devices and can be easily
+moved between hosts with different endian-ness.
+Release 2.0 also contains support for the recent bitmap-intent-logging
+which will appear in 2.6.13, and the RAID1 write-behind that will be
+available in 2.6.14.
+
+This release comes with a test-suite which has been used to verify that
+mdadm-2.0 actually works in a number of common scenarios. Some of the
+tests require a bleeding-edge kernel, so don't be surprised if some fail
+on kernels prior to 2.6.14.
+
+Being a '.0' release, 2.0 should be treated with some caution.
+However I believe it is quite stable and can safely be used on
+production systems.
+
+
+Development of mdadm has moved from CSE@UNSW and is now sponsored by
+ SUSE Labs, Novell Inc.
+
+NeilBrown 25th August 2005
+