]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Monitor: don't Wait forever on a 'frozen' array.
authorNeilBrown <neilb@suse.de>
Mon, 6 Jul 2015 03:26:41 +0000 (13:26 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 6 Jul 2015 03:26:41 +0000 (13:26 +1000)
commitd3f6cf4f9bf670d36f51a8c0825755523fa6197c
tree36b5c4c1e8ad0681aaa7f822bc10a341cff5f47f
parent5418499ae48851399c280ca1986741762bd039f9
Monitor: don't Wait forever on a 'frozen' array.

If Wait() finds the array resync is 'frozen', then wait
a little while to avoid races, but don't wait forever.

Signed-off-by: NeilBrown <neilb@suse.com>
Monitor.c