summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2004-11-05 03:04:44 +0000
committerNeil Brown <neilb@suse.de>2004-11-05 03:04:44 +0000
commitbaa5f1c2a09dab0f433a7b44535079fee76f0c81 (patch)
tree6f7beba8e6c63ab9d338868dd07b9333f629017e
parent1de95dc064c40f77a9d1d58ca31a8e9432977969 (diff)
downloadmdadm-1.9.0.tar.gz
mdadm-1.9.0.tar.xz
mdadm-1.9.0.zip
Add ANNOUNCE-1.8.1mdadm-1.9.0
-rw-r--r--ANNOUNCE-1.8.150
1 files changed, 50 insertions, 0 deletions
diff --git a/ANNOUNCE-1.8.1 b/ANNOUNCE-1.8.1
new file mode 100644
index 0000000..f6184c3
--- /dev/null
+++ b/ANNOUNCE-1.8.1
@@ -0,0 +1,50 @@
+Subject: ANNOUNCE: mdadm 1.8.1 - A tool for managing Soft RAID under Linux - DEVELOPMENT version
+
+
+I am pleased to announce the availability of
+ mdadm version 1.8.1
+It is available at
+ http://www.cse.unsw.edu.au/~neilb/source/mdadm/
+and
+ http://www.{countrycode}.kernel.org/pub/linux/utils/raid/mdadm/
+
+as a source tar-ball and (at the first site) as an SRPM, and as an RPM for i386.
+
+This is a "development" release of mdadm. It should *not* be
+considered stable and should be used primarily for testing.
+The current "stable" version is 1.8.0.
+
+Release 1.8.1 supports different styles of superblocks (aka RAID metadata).
+Two formats are currently supported
+ version 0.90.0 - the traditional Linux RAID superblock
+ version 1 - a new superblock which less useless information and some more
+ flexability.
+
+Version 1 supports more than 28 devices in an array, and RAID1 and greater over
+devices larger than 2TB (though a 2TB RAID1 would take forever to resync!).
+
+mdadm 1.8.1 takes a different approach to creating arrays than
+previous versions, though this is largely transparent. Instead of
+giving the devices to the kernel and letting it "create" the array and
+write out initial superblocks, mdadm 1.8.1 writes out the initial
+superblocks itself, thus creating the array, and then asks the kernel
+to assemble that array.
+
+Version 1 superblocks requires 2.6.10 or a recent 2.6.10-rc snapshot.
+
+Enhancements that are expected before this becomes 2.0.0:
+
+ - mdassemble currently doesn't compile
+ - version 1 superblocks have room for a label, which currently isn't used.
+ Setting the label, and assembling arrays by label will be supported.
+ A label like "$HOSTNAME-root" could be the standard label for the device
+ containing the root filesystem for $HOSTNAME.
+
+
+Development of mdadm is sponsored by CSE@UNSW:
+ The School of Computer Science and Engineering
+at
+ The University of New South Wales
+
+NeilBrown 05 November 2004
+