From 48327135d67609488c2535482f6f24874c94412a Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Thu, 22 Feb 2007 14:59:19 +1100 Subject: Teach restripe to calculate Q syndrome for raid6. This allows mdadm to correctly restart a raid6 grow that crashed during the critcal phase. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3e10eb4..98736df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ Changes Prior to this release - --monitor was producing some meaningless warnings due to a bug. - Fix some compiler warnings. + - Fully support --grow for raid6. If a reshape crashed during the + critical period, mdadm wouldn't restore the Q information + properly. Changes Prior to 2.6 release - Fixed UUID printing in "--detail --brief" for version1 metadata. -- cgit