diff options
author | Neil Brown <neilb@suse.de> | 2003-02-12 00:17:26 +0000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2003-02-12 00:17:26 +0000 |
commit | 5787fa490612387a43c1897eb807b0c5612b5cd2 (patch) | |
tree | 7e126aef2e93da5052aa8c47128abb663e446e06 /ChangeLog | |
parent | bd526cee922b8e2b279f04ca067f729e9b0ee723 (diff) | |
download | mdadm-5787fa490612387a43c1897eb807b0c5612b5cd2.tar.gz mdadm-5787fa490612387a43c1897eb807b0c5612b5cd2.tar.xz mdadm-5787fa490612387a43c1897eb807b0c5612b5cd2.zip |
mdadm-1.0.9mdadm-1.0.9
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,7 +1,37 @@ Changes Prior to this release +Changes Prior to 1.0.9 release + - Documentation updates including kernel parameters documented + in md.4 + - --assemble --force for raid4/5 will mark clean, needed for 2.5 + - --detail prints out the events counter as well + - flush device before reading superblock to be sure to get + current data + - added mdadm.static target to makefile for static linking + - --monitor was ignoring /dev/md0 due to off-by-one error + - Fix assorted typos + - Fix printing of Gibibytes - calc was wrong. + - Fix printing of Array Size in --detail when very big. + - --monitor no longer tries to work for raid0 or linear as these + have nothing to be monitors. + - The word 'partitions' on a DEVICE line will cause all partitions + listed in /proc/partitions to be considered + - If the config file is called 'partitions' then it will be treated + as though it contained exactly 'device partitions' so e.g. + mdadm -Ebsc partitions + will fill all raid partitions easily. + - successfully assemble multipath devices by ignoring raid_disk + value from superblock (it is always the same). + - --assemble not tied to MD_SB_DISKS limit quite so much + - Support compiling with tcc + - Support compiling with uclibc - just skip scan of /dev + - Add --update= option for Assemble mode. Either sparc2.2 + or super-minor updates are possible. See mdadm.8 + +Changes Prior to 1.0.1 release - Round off MB/GiB etc values instead of round down. - Add --sparc2.2 option to examine to shift superblock around and --sparc2.2update to rewrite the superblock + - Fix assorted typos in online help Changes Prior to 1.0.0 release - Allow --config with Misc mode (for --examine --scan) |