summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2007-02-22 14:59:19 +1100
committerNeil Brown <neilb@suse.de>2007-02-22 14:59:19 +1100
commit48327135d67609488c2535482f6f24874c94412a (patch)
tree8c328b2bf70f3e2d7e409a6ecf2d87cc97ce5ffc /ChangeLog
parentae491d1e2c1c61be8bb341bd024e467e419a464c (diff)
downloadmdadm-48327135d67609488c2535482f6f24874c94412a.tar.gz
mdadm-48327135d67609488c2535482f6f24874c94412a.tar.xz
mdadm-48327135d67609488c2535482f6f24874c94412a.zip
Teach restripe to calculate Q syndrome for raid6.
This allows mdadm to correctly restart a raid6 grow that crashed during the critcal phase.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
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.