summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-12-14 17:31:41 +1100
committerNeil Brown <neilb@suse.de>2006-12-14 17:31:41 +1100
commitc5a6f9a61d166512f237fa88bd5867dfa4e81a70 (patch)
tree8cf27e3eb09320e06eaffb2c4ed4cb0f9418b7bf /ChangeLog
parentbf4fb153a4431ad3f91c3e72eebbd661b0455ed7 (diff)
downloadmdadm-c5a6f9a61d166512f237fa88bd5867dfa4e81a70.tar.gz
mdadm-c5a6f9a61d166512f237fa88bd5867dfa4e81a70.tar.xz
mdadm-c5a6f9a61d166512f237fa88bd5867dfa4e81a70.zip
Change handling for "--assemble --force" when two drives disappeared at once.
If two drives in a raid5 disappear at the same time, then "-Af" will add them both in rather than just one and forcing the array to 'clean'. This is slightly safer in some cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ebd83fb..45efef2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,9 @@ Changes Prior to this release
- --wait or -W will wait for resync activity to finish on the given
devices.
- Fix some problems with --update=uuid and add a test.
+ - If two drives in a raid5 disappear at the same time, then "-Af"
+ will add them both in rather than just one and forcing the array
+ to 'clean'. This is slightly safer in some cases.
Changes Prior to 2.5.6 release
- Fix bug which meant "bitmap=xxx" in mdadm.conf was not handled