summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2007-05-11 16:13:03 +1000
committerNeil Brown <neilb@suse.de>2007-05-11 16:13:03 +1000
commitb80da6616192d1bbfc65cba14c105ee68e71b517 (patch)
treeac564165ae86436d6e2290ce1922ff7999e7e442 /ChangeLog
parent6f9a21a78fc78f1013522af90229d2741a7a5e2d (diff)
downloadmdadm-b80da6616192d1bbfc65cba14c105ee68e71b517.tar.gz
mdadm-b80da6616192d1bbfc65cba14c105ee68e71b517.tar.xz
mdadm-b80da6616192d1bbfc65cba14c105ee68e71b517.zip
Support failing and removed of detached and faulty devices.
This if you unplug a device and udev removes the entry from /dev, you can still remove the device.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28b5512..caa2539 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Changes Prior to this release
+ - --fail detached and --remove faulty can be used to fail and
+ remove devices that are no longer physically present.
+ - --export option for --detail or present information in a format
+ that can be processed by udev.
+ - fix internal bitmap allocation problems with v1.1, v1.2 metadata.
+ - --help now goes to stdout so you can direct it to a pager.
+ - Various manpage updates.
+
Changes Prior to 2.6.1 release
- --monitor was producing some meaningless warnings due to a bug.
- Fix some compiler warnings.