From 308e1801baa05edbcfda6e8054fdf90727581c62 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 12 Sep 2005 05:23:11 +0000 Subject: Fix assembling of array with spares when verion-1 superblock is used. As spared don't have a position in the raid array with verion-1 superblocks, we need to handle them a bit differently. Signed-off-by: Neil Brown --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e5a543a..b67e2a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ Changes Prior to this release depending on which devices are present, and so will correctly handle "--assemble --force" if multiple devices have failed. - Report raid10 layout in --examine output. + - Fix assembling of arrays that use the version-1 superblock and + have spares. Previously the spares would be ignored. + - Fix bug so that multiple drives can be re-added at once. Changes Prior to 2.0 - Support assembling from byte-swapped superblocks -- cgit