summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2008-04-28 16:30:09 +1000
committerNeil Brown <neilb@suse.de>2008-04-28 16:30:09 +1000
commit6fb79233b050b4a3575f0e466ab04b5d301ac1de (patch)
tree929ec991db01903aa8315f47592d30ecc1793547 /ChangeLog
parent3cdfb6a71259759f24f48d4c14b76e056d0bfaf6 (diff)
downloadmdadm-6fb79233b050b4a3575f0e466ab04b5d301ac1de.tar.gz
mdadm-6fb79233b050b4a3575f0e466ab04b5d301ac1de.tar.xz
mdadm-6fb79233b050b4a3575f0e466ab04b5d301ac1de.zip
Allow creation of a RAID6 with a single missing device.
This did not work before as we couldn't mark it clean as there would be some parity blocks out of sync, and raid6 will not assemble a dirty degraded array. So make such arrays doubly degraded (the last device becomes a spare) and clean.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df88d29..c4d996d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@ Changes Prior to this release
- For v0.90 superblocks, print the 'Events' count as a real count,
not 2 numbers separated by a dot.
- Updates some URLs in the man page.
+ - Allow creation of a RAID6 with exactly one missing device.
Changes Prior to 2.6.4 release
- Make "--create --auto=mdp" work for non-standard device names.