Whamcloud - gitweb
LU-5556 target: limit bulk transfer time 42/12242/3
authorJohann Lombardi <johann.lombardi@intel.com>
Mon, 1 Sep 2014 13:03:51 +0000 (15:03 +0200)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 1 Dec 2014 04:21:24 +0000 (04:21 +0000)
commit9d7344649b533f19d2a7499764d60a23823f6030
tree3b263720cb4b56ae9ccd4c584316967ff7b8aed9
parentf3c91d57afb631d9d008710b4d144734bfe97a4f
LU-5556 target: limit bulk transfer time

Messages lost during bulk transfer are not resent, so there is no
point in waiting for a very long time (up to at_max/600s has been
seen). This patch adds a new static timeout for the bulk transfer
(100s by default).

Signed-off-by: Johann Lombardi <johann.lombardi@intel.com>
Change-Id: I3926a7a8f2bce4cbd00b8fe54094a8e9cbec1508
Signed-off-by: Mikhail Pershin <mike.pershin@intel.com>
Reviewed-on: http://review.whamcloud.com/12242
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/include/obd_support.h
lustre/ldlm/ldlm_lib.c
lustre/obdclass/class_obd.c
lustre/obdclass/linux/linux-sysctl.c
lustre/ost/ost_handler.c