]> git.ipfire.org Git - thirdparty/mdadm.git/blame - ChangeLog
fix mdmon takeover
[thirdparty/mdadm.git] / ChangeLog
CommitLineData
6e92d480
N
1Please see git logs for detailed change log.
2This file just contains highlight.
3
40bc78f5
N
4Changes Prior to release 3.1.1
5 - Multiple fixes for new --grow levels including fixes for
6 serious data corruption problems.
7 - Change default metadata to v1.1
8 - Change default chunk size to 512K
9 - Change default bitmap chunk size to 64Meg
10 - When --re-add is used, don't fall back to
11 --add if --re-add fails as this can destroy data.
12
7f0066ba
N
13Changes Prior to release 3.1
14 - Support --grow to change the layout of RAID4/5/6
15 - Support --grow to change the chunksize of raid 4/5/6
16 - Support --grow to change level from RAID1 -> RAID5 -> RAID6 and
17 back.
18 - Support --grow to reduce the number of devices in RAID4/5/6.
19 - Support restart of these grow options which assembling an array
20 which is partially grown.
21 - Assorted tests of this code, and of different RAID6 layouts.
22
d28c1a73
N
23Changes Prior to release 3.0.3
24 - Improvements for creating arrays giving just a name, like 'foo',
25 rather than the full '/dev/md/foo'.
26 - Improvements for assembling member arrays of containers.
27 - Improvements to test suite
28 - Add option to change increment for RebuildNN messages reported
29 by "mdadm --monitor"
30 - Improvements to mdmon 'hand-over' from initrd to final root.
31 - Handle merging of devices that have left an IMSM array and are
32 being re-incorporated.
33 - Add missing space in "--detail --brief" output.
34
58ad57f6
N
35Changes Prior to release 3.0.2
36 - Fix crash when hosthost is not set, as often happens in
37 early boot.
38
d8419fe9
N
39Changes Prior to release 3.0.1
40 - Fix various segfaults
41 - Fixed for --examine with containers
42 - Lots of other little fixes.
43
44Changes Prior to release 3.0
6e92d480
N
45 - Support for externally managed metadata, specifically DDF and IMSM.
46 - Depend on udev to create entries in /dev, rather than creating them
47 ourselves.
48 - remove --auto-update-home-hosts
49 - new config file line "auto"
50 - new "<ignore>" and "any" options for "homehost"
51 - numerous bug fixes and minor enhancements.