summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-06-26 12:26:12 +1000
committerNeil Brown <neilb@suse.de>2006-06-26 12:26:12 +1000
commit08110d41bc376e0a5724ab54b72a8793d03a79c0 (patch)
treedf59f09f9d160b57a76a1998c4eba3e4baf1d517 /ChangeLog
parent7eae7080e2e9edd69d31ae2c88d9e28d1c24217c (diff)
Fix a recently introduced bug, and make --assemble more resilient to it.
Make -assemble a bit more resilient to finding strange information in superblocks. Don't claim newly added spares are InSync!! (don't know why that code was ever in there)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecbb598b..75e53bbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@ Changes Prior to this release
to make it a bit easier to see what is happening.
- Work around bug in --add handling for version-1 superblocks
in 2.6.17 (and prior).
+ - Make -assemble a bit more resilient to finding strange
+ information in superblocks.
+ - Don't claim newly added spares are InSync!! (don't know why that
+ code was ever in there)
Changes Prior to 2.5.1 release
- Various fixes for gcc warnings