From 6fb79233b050b4a3575f0e466ab04b5d301ac1de Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 28 Apr 2008 16:30:09 +1000 Subject: 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. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index df88d29d..c4d996d9 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. -- cgit v1.2.3