Whamcloud - gitweb
LU-5521 grant: quiet message on grant waiting timeout 46/12146/6
authorJohann Lombardi <johann.lombardi@intel.com>
Mon, 1 Sep 2014 10:38:31 +0000 (12:38 +0200)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 3 Feb 2015 18:03:35 +0000 (18:03 +0000)
commitc2a0ab016383be46a8d04c00ff163eb6a4550f58
tree51a795b063f9b2018551cb7209b203847838058d
parent89a53691076ba45ef415de511ed840a0e3cbdd2c
LU-5521 grant: quiet message on grant waiting timeout

Use at_max in osc_enter_cache() to bound how long we wait for grant
space before switching to synchronous I/Os. Do not print a message
on the console when the timeout is hit since such long wait can
be legitimate with flaky network (i.e. BRW is resent multiple times).

Signed-off-by: Johann Lombardi <johann.lombardi@intel.com>
Change-Id: I63b40783381f6133e2f77dbc0f827e13f571ccd2
Reviewed-on: http://review.whamcloud.com/12146
Tested-by: Jenkins
Reviewed-by: Niu Yawei <yawei.niu@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/osc/osc_cache.c