diff options
author | Neil Brown <neilb@suse.de> | 2006-12-14 17:30:51 +1100 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2006-12-14 17:30:51 +1100 |
commit | 67a8c82d6069e7cf7b3fef00d1442bb2fff6fecc (patch) | |
tree | c31f8dbcc341a199b606ee3397cbbc35dcfa2bab /ChangeLog | |
parent | 434b77559edef7bfd3e5f5366a2a00039baf7b48 (diff) | |
download | mdadm-67a8c82d6069e7cf7b3fef00d1442bb2fff6fecc.tar.gz |
Make Assemble/Force work on raid6 with 2 missing devices.
Previously it onl worked when one missing device.
Also split the "force" update_super method into two and it
is really serving two functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Changes Prior to this release - Fixed UUID printing in "--detail --brief" for version1 metadata. - --update=resync did exactly the wrong thing for version1 metadata. It caused a resync to not happen, rather than to happen. + - Allow --assemble --force to mark a raid6 clean when it has two + missing devices (which is needed else if won't assemble. + Without this fix it would only assemble if one or zero + missing devices. Changes Prior to 2.5.6 release - Fix bug which meant "bitmap=xxx" in mdadm.conf was not handled |