]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Manage.c
Stop: fix up synchronising end of reshape to good boundary.
authorNeilBrown <neilb@suse.de>
Tue, 9 Jul 2013 01:46:54 +0000 (11:46 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 10 Jul 2013 06:28:25 +0000 (16:28 +1000)
commit3afaff930c4840911ebf114f43fdd5d93c07af1f
tree19c504e205f2f1c873160b9099b72ba5789f1b76
parenta7a0d8a116c11b2208e70fd4dcc8ab920e472b8b
Stop: fix up synchronising end of reshape to good boundary.

If we stop too soon after reshape starts (probably only during
testing), we can get confused by the status of the reshape.
If that might be happening - sleep a bit longer.

Also allow for reshape going unusually slowly (again, probably only
during testing).

Signed-off-by: NeilBrown <neilb@suse.de>
Manage.c