commit | 7e83ccbecd608b971f340e951c9e84cd0343002f | [log] [tgz] |
---|---|---|
author | Martin Wilck <mwilck@arcor.de> | Wed Apr 24 11:42:42 2013 +1000 |
committer | NeilBrown <neilb@suse.de> | Wed Apr 24 11:42:42 2013 +1000 |
tree | eccd87d8d0f04cbc3aa95c18c50b05aafc1d032c | |
parent | b6fec069af5a26439f7d36cb3d4f5dd1378af7e2 [diff] |
md/raid10: Allow skipping recovery when clean arrays are assembled When an array is assembled incrementally with mdadm -I -R and the array switches to "active" mode, md starts a recovery. If the array was clean, the "fullsync" flag will be 0. Skip the full recovery in this case, as RAID1 does (the code was actually copied from the sync_request() method of RAID1). Signed-off-by: Martin Wilck <mwilck@arcor.de> Signed-off-by: NeilBrown <neilb@suse.de>