• NeilBrown's avatar
    md/raid5: be more thorough in calculating 'degraded' value. · 908f4fbd
    NeilBrown authored
    When an array is being reshaped to change the number of devices,
    the two halves can be differently degraded.  e.g. one could be
    missing a device and the other not.
    
    So we need to be more careful about calculating the 'degraded'
    attribute.
    
    Instead of just inc/dec at appropriate times, perform a full
    re-calculation examining both possible cases.  This doesn't happen
    often so it not a big cost, and we already have most of the code to
    do it.
    Signed-off-by: default avatarNeilBrown <neilb@suse.de>
    908f4fbd
raid5.c 159 KB