diff options
author | NeilBrown <neilb@suse.de> | 2009-10-22 05:07:05 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2009-10-22 05:07:05 +0200 |
commit | 7f0066ba713a8f3ddf093c038e009fde74d673a5 (patch) | |
tree | 6b2b08bc5cb1af151735f0e5f885f55c413f9dee /ChangeLog | |
parent | Merge branch 'master' into devel-3.1 (diff) | |
download | mdadm-7f0066ba713a8f3ddf093c038e009fde74d673a5.tar.xz mdadm-7f0066ba713a8f3ddf093c038e009fde74d673a5.zip |
Release 3.1mdadm-3.1
New functionality in --grow.
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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'. |