Whamcloud - gitweb
LU-13464 target: abort recovery if timer fail 77/38277/7
authorHongchao Zhang <hongchao@whamcloud.com>
Thu, 14 May 2020 10:25:46 +0000 (18:25 +0800)
committerOleg Drokin <green@whamcloud.com>
Wed, 27 May 2020 05:04:53 +0000 (05:04 +0000)
commit87443d9c27e8535c3e17d6bf142ad68d4449b93f
tree25be4ef8b0d26d5b985bbaea30759d2a8bcc659a
parent76b602c2bfe9d1b0ddaa14997a3056b19b3e90aa
LU-13464 target: abort recovery if timer fail

During target recovery, the recovery timer should be kept to be
armed to ensure the recovery doesn't take too long time, there
should be some problem if the deadline of the recovery timer is
passed and the recovery is not completed yet, the recovery should
be aborted in this case.

Change-Id: Id44f2a2d1a3183ad8dd13f4d34392713c55a2cb3
Signed-off-by: Hongchao Zhang <hongchao@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/38277
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Mike Pershin <mpershin@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/ldlm/ldlm_lib.c