summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2009-10-22 14:07:05 +1100
committerNeilBrown <neilb@suse.de>2009-10-22 14:07:05 +1100
commit7f0066ba713a8f3ddf093c038e009fde74d673a5 (patch)
tree6b2b08bc5cb1af151735f0e5f885f55c413f9dee /ChangeLog
parentd6d5656bd5a05b992188eaf154c2d76a25481c06 (diff)
downloadmdadm-7f0066ba713a8f3ddf093c038e009fde74d673a5.tar.gz
mdadm-7f0066ba713a8f3ddf093c038e009fde74d673a5.tar.xz
mdadm-7f0066ba713a8f3ddf093c038e009fde74d673a5.zip
Release 3.1
New functionality in --grow. Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2e60ee..1719420 100644
--- 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'.