diff options
author | Neil Brown <neilb@suse.de> | 2002-04-04 03:58:32 +0200 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2002-04-04 03:58:32 +0200 |
commit | e0d1903663dac9307a37646c26abf7991b0a9593 (patch) | |
tree | 882780adec3f7fa11826a34156426414db22d982 /ChangeLog | |
parent | mdadm-0.7.2 (diff) | |
download | mdadm-e0d1903663dac9307a37646c26abf7991b0a9593.tar.xz mdadm-e0d1903663dac9307a37646c26abf7991b0a9593.zip |
mdadm-0.8mdadm-0.8
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,4 +1,26 @@ Changes Prior to this release + - Fix another bug in Assemble.c due to confusing 'i' with 'j' + - Minimal, untested, support for multipath + - re-write of argument parsing to have more coherent modes, + - add --query,-Q option + - Update mdadm.8 to reflect arg processing change and --query + - Change "long" to "unsigned long" for device sizes + - Handle "mailaddr" and "program" lines in config file for follow/scan mode. + - --follow --scan will exit if no program or mail found + - Add MAILADDR and PROGRAM to mdadm.conf-example + - Spell check man pages + - consistently use "component devices" instead of "subdevices" + - Make -Wall -Werror really work and fix lots of errors. + - --detail and --stop can have --scan which chooses devices from /proc/mdstat + - --monitor detects 20% changes in resync, failed spares, + disappearing arrays, + - --monitor --scan will automatically add any devices found in /proc/mdstat + - --monitor will move spares between arrays with same spare-group if necessary + - Documentation for Monitor Mode + - --query notes if the array containing the given device is active or not + - Finished md.4 man page. + +Changes Prior to 0.7.2 release - mdadm.spec updates and ifdef BLKGETSIZE64 from Luca Berra -- bluca@comedia.it - more mdadm.spec updates from Gregory Leblanc <gleblanc@linuxweasel.com> - make directory for mdadm.conf configurable in Makefile |