Bug 759035 - imsm: fix: correct checking newly missing disks
Summary: imsm: fix: correct checking newly missing disks
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: mdadm
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jes Sorensen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 759036 759037
TreeView+ depends on / blocked
 
Reported: 2011-12-01 10:02 UTC by Jes Sorensen
Modified: 2012-05-04 16:11 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
: 759036 759037 (view as bug list)
Environment:
Last Closed: 2012-05-04 16:11:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jes Sorensen 2011-12-01 10:02:01 UTC
commit a510b1c7f07ba750979ba2f213ebe261bcfc4de4
Author: Lukasz Dorau <lukasz.dorau>
Date:   Mon Nov 14 15:52:52 2011 +0100

    imsm: fix: correct checking newly missing disks
    
    The problem occurs when RAID10 array under rebuild
    (after one disk fails) is assembled incrementally.
    Mdadm tries to start array just after adding the third disk
    and the volume is assembled incorrectly (in degraded state).
    
    The cause is that container_enough depends on
    newly missing disks which are checked incorrectly now.
    They should be checked using always the first map.
    
    Signed-off-by: Lukasz Dorau <lukasz.dorau>
    Signed-off-by: NeilBrown <neilb>

Comment 1 Jes Sorensen 2012-01-05 13:37:22 UTC
Fix included in mdadm-3.2.3


Note You need to log in before you can comment on or make changes to this bug.