Whamcloud - gitweb
LU-10419 lfsck: no delay for notify RPC 68/30768/1
authorFan Yong <fan.yong@intel.com>
Mon, 8 Jan 2018 07:56:43 +0000 (15:56 +0800)
committerFan Yong <fan.yong@intel.com>
Mon, 8 Jan 2018 08:12:56 +0000 (16:12 +0800)
commitd8827a8ce44db121f80223dc7189e32f5bf3fd45
tree4854403cf61b1227244e288cf8188d529112be50
parent76afb10a76830396b1457f51eb16992da8a894a4
LU-10419 lfsck: no delay for notify RPC

It is impossible that current MDT has trouble on the connection
with some other MDT(s) or OST(s). Under such case, the LFSCK on
current MDT should skip related MDT(s) or OST(s) to avoid whole
LFSCK process being blocked by the trouble connection or remote
targets via setting the LFSCK notify RPC as rq_no_delay.

Signed-off-by: Fan Yong <fan.yong@intel.com>
Change-Id: Ib35080cedcbe49f4ae8c4b3690a4743d5afe41b1
lustre/lfsck/lfsck_layout.c
lustre/lfsck/lfsck_lib.c