]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Grow: handle abort/restart of grow while being monitored.
authorNeilBrown <neilb@suse.de>
Tue, 10 May 2011 02:53:51 +0000 (12:53 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 10 May 2011 02:53:51 +0000 (12:53 +1000)
commit621ea11b58562fff53d75fc343727c8007edba77
treeba0e764474e57f208ee11d9bdd7400c06afcdbe0
parent907ea753259bd515cf24e88bbaab85a742d36bde
Grow: handle abort/restart of grow while being monitored.

If a device fails while the grow is being monitored but the array is
still functional, the Grow will appear to abort and then almost
instantly restart from where it was up to.

So if it appears to abort, wait up to 10 seconds for a restart (it
should be much much less than this.

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