Skip to content
Commit db91ff55 authored by NeilBrown's avatar NeilBrown
Browse files

md: two small fixes to handling interrupt resync.



1/ If a resync is aborted we should record how far we got
 (recovery_cp) the last request that we know has completed
 (->curr_resync_completed) rather than the last request that was
 submitted (->curr_resync).

2/ When a resync aborts we still want to update the metadata with
 any changes, so set MD_CHANGE_DEVS even if we 'skip'.

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent 34f8ac6d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment