summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-12-05 05:56:18 +0000
committerNeil Brown <neilb@suse.de>2005-12-05 05:56:18 +0000
commitee04451c56f5bc39a77515e2e51897ac1fc15104 (patch)
treed9facd15fae7abbbf7c668da486656a79dad1d63 /ChangeLog
parent773135f5bdf57219bf7f957b86964ba40d041180 (diff)
downloadmdadm-ee04451c56f5bc39a77515e2e51897ac1fc15104.tar.gz
mdadm-ee04451c56f5bc39a77515e2e51897ac1fc15104.tar.xz
mdadm-ee04451c56f5bc39a77515e2e51897ac1fc15104.zip
Allow event counters to be off by one
.. even without --force Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f03ead..a83cb0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,10 @@ Changes Prior to this release
Thanks to Ross Vandegrift
- --monitor now reports which device failed in a 'Fail' message
This broke with 2.6
+ - Improve chance of array starting properly after a crash.
+ mdadm was insisting the event numbers were identical, but this
+ isn't needed, and is a problem if the crash was while the metadata
+ was being updated.
Changes Prior to 2.1 release
- Fix assembling of raid10 array when devices are missing.