]> git.ipfire.org Git - thirdparty/mdadm.git/blame - ChangeLog
Release mdadm-3.1.3
[thirdparty/mdadm.git] / ChangeLog
CommitLineData
6e92d480
N
1Please see git logs for detailed change log.
2This file just contains highlight.
3
850a3178
N
4Changes Prior to release 3.1.3
5 - mapfile now lives in a fixed location which default to
6 /dev/.mdadm/map but can be changed at compile time. This
7 location is choses and most distros provide it during early
8 boot and preserve it through. As long a /dev exists and is
9 writable, /dev/.mdadm will be created.
10 Other files file communication with mdmon live here too.
11 This fixes a bug reported by Debian and Gentoo users where
12 udev would spin in early-boot.
13 - IMSM and DDF metadata will not be recognised on partitions
14 as they should only be used on whole-disks.
15 - Various overflows causes by 2G drives have been addressed.
16 - A subarray of an IMSM contain can now be killed with
17 --kill-subarray. Also subarrays can be renamed with
18 --update-subarray
19 - -If (or --incremental --fail) can be used from udev to
20 fail and remove from all arrays a device which has been
21 unplugged from the system. i.e. hot-unplug-support.
22 - "mdadm /dev/mdX --re-add missing" will look for any device
23 that looks like it should be a member of /dev/mdX but isn't
24 and will automatically --re-add it
25 - Now compile with -Wextra to get extra warnings.
26 - Lots of minor bug fixes, documentation improvements, etcc
27
28Changes Prior to release 3.1.2
29 - The default metadata has change again (sorry about that).
30 It is now v1.2 and will hopefully stay that way. It turned
31 out there with boot-block issues with v1.1 which make it
32 unsuitable for a default, though in many cases it is still
33 suitable to use.
34 - Stopping a container is not permitted when members are still
35 active
36 - Add 'homehost' to the valid words for the "AUTO" config file
37 line. When followed by "-all", this causes mdadm to
38 auto-assemble any array belonging to this host, but not
39 auto-assemble anything else.
40 - Fix some bugs with "--grow --chunksize=" for changing chunksize.
41 - VAR_RUN can be easily changed at compile time just like ALT_RUN.
42 This gives distros more flexability in how to manage the
43 pid and sock files that mdmon needs.
44 - Various mdmon fixes
45 - Alway make bitmap 4K-aligned if at all possible.
46 - If mdadm.conf lists arrays which have inter-dependencies,
47 the previously had to be listed in the "right" order. Now
48 any order should work.
49 - Fix --force assembly of v1.x arrays which are in the process
50 of recovering.
51 - Add section on 'scrubbing' to 'md' man page.
52 - Various command-line-option parsing improvements.
53 - ... and lots of other bug fixes.
54
40bc78f5
N
55Changes Prior to release 3.1.1
56 - Multiple fixes for new --grow levels including fixes for
57 serious data corruption problems.
58 - Change default metadata to v1.1
59 - Change default chunk size to 512K
60 - Change default bitmap chunk size to 64Meg
61 - When --re-add is used, don't fall back to
62 --add if --re-add fails as this can destroy data.
63
7f0066ba
N
64Changes Prior to release 3.1
65 - Support --grow to change the layout of RAID4/5/6
66 - Support --grow to change the chunksize of raid 4/5/6
67 - Support --grow to change level from RAID1 -> RAID5 -> RAID6 and
68 back.
69 - Support --grow to reduce the number of devices in RAID4/5/6.
70 - Support restart of these grow options which assembling an array
71 which is partially grown.
72 - Assorted tests of this code, and of different RAID6 layouts.
73
d28c1a73
N
74Changes Prior to release 3.0.3
75 - Improvements for creating arrays giving just a name, like 'foo',
76 rather than the full '/dev/md/foo'.
77 - Improvements for assembling member arrays of containers.
78 - Improvements to test suite
79 - Add option to change increment for RebuildNN messages reported
80 by "mdadm --monitor"
81 - Improvements to mdmon 'hand-over' from initrd to final root.
82 - Handle merging of devices that have left an IMSM array and are
83 being re-incorporated.
84 - Add missing space in "--detail --brief" output.
85
58ad57f6
N
86Changes Prior to release 3.0.2
87 - Fix crash when hosthost is not set, as often happens in
88 early boot.
89
d8419fe9
N
90Changes Prior to release 3.0.1
91 - Fix various segfaults
92 - Fixed for --examine with containers
93 - Lots of other little fixes.
94
95Changes Prior to release 3.0
6e92d480
N
96 - Support for externally managed metadata, specifically DDF and IMSM.
97 - Depend on udev to create entries in /dev, rather than creating them
98 ourselves.
99 - remove --auto-update-home-hosts
100 - new config file line "auto"
101 - new "<ignore>" and "any" options for "homehost"
102 - numerous bug fixes and minor enhancements.