diff options
author | Neil Brown <neilb@suse.de> | 2006-12-14 17:31:41 +1100 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2006-12-14 17:31:41 +1100 |
commit | c5a6f9a61d166512f237fa88bd5867dfa4e81a70 (patch) | |
tree | 8cf27e3eb09320e06eaffb2c4ed4cb0f9418b7bf /ChangeLog | |
parent | bf4fb153a4431ad3f91c3e72eebbd661b0455ed7 (diff) | |
download | mdadm-c5a6f9a61d166512f237fa88bd5867dfa4e81a70.tar.gz |
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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |