From 265e0f17317e6d23864263c04ae581b35f946b5e Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 12 Sep 2005 04:57:52 +0000 Subject: Fix assembling of raid10 in the face of missing devices. We now check if enough devices are present properly, so --force can be used to good effect. Signed-off-by: Neil Brown --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9d7f815..e5a543a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ Changes Prior to this release + - Fix assembling of raid10 array when devices are missing. + mdadm now correctly detects if a array is workable or not + depending on which devices are present, and so will correctly + handle "--assemble --force" if multiple devices have failed. + - Report raid10 layout in --examine output. + +Changes Prior to 2.0 - Support assembling from byte-swapped superblocks metadata type "0.swap" and --update=byteorder - write-mostly and write-behind support for raid1. -- cgit