Whamcloud - gitweb
LU-6655 ptlrpc: skip delayed replay requests 05/23205/15
authorHongchao Zhang <hongchao.zhang@intel.com>
Mon, 23 Apr 2018 06:35:11 +0000 (14:35 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 6 May 2018 03:40:01 +0000 (03:40 +0000)
commitc1d465de13ccf0eda8020c88661c3cc4d78538ca
treedc2194e9ab4d6d6c7e30b00b51c0806cf0dfdcd0
parenta0c644fde3405bba6752885481f0fdfe05da1bcd
LU-6655 ptlrpc: skip delayed replay requests

During recovery, there could be some delayed replay requests
after the final recovery completion ping request was handled,
and it should be skipped.

Change-Id: Ie0d5ff92c75f9d078b8ae28e899d4a821113194f
Signed-off-by: Hongchao Zhang <hongchao.zhang@intel.com>
Reviewed-on: https://review.whamcloud.com/23205
Reviewed-by: Fan Yong <fan.yong@intel.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Lai Siyao <lai.siyao@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/include/obd_support.h
lustre/ldlm/ldlm_lib.c
lustre/target/tgt_handler.c
lustre/tests/replay-single.sh