commit | c07b70ad32ed0a5ec9735cafb1aa10b3a2298b7d | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Mon Dec 14 12:49:48 2009 +1100 |
committer | NeilBrown <neilb@suse.de> | Mon Dec 14 12:49:48 2009 +1100 |
tree | 451d88cd7e44ee8217a294335a04594bd573b828 | |
parent | 7820f9e1dddcfebae2698fb2a245d04ce3aa6e74 [diff] |
md: adjust resync_min usefully when resync aborts. When a 'check' or 'repair' finished we should clear resync_min so that a future check/repair will cover the whole array (by default). However if it is interrupted, we should update resync_min to where we got up to, so that when the check/repair continues it just does the remainder of the array. Signed-off-by: NeilBrown <neilb@suse.de>