Whamcloud - gitweb
LU-11128 ptlrpc: add debugging for idle connections 68/33168/3
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 14 Sep 2018 03:44:23 +0000 (21:44 -0600)
committerOleg Drokin <green@whamcloud.com>
Fri, 21 Sep 2018 03:31:08 +0000 (03:31 +0000)
commit0aa58d26f5df2b71a040ed6f0f419b925528b6ad
tree591986b7f6df56ddfeb25741b5a2d660a5225a06
parent9e313b46d1916f69d2e96b14540c3db88d105265
LU-11128 ptlrpc: add debugging for idle connections

Add a "debug" parameter for the idle client disconnection so that
it can log disconnect/reconnect events to the console.

Print the idle time in the "import" file.

Enable the connection debugging for all test runs.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I47a4f73542fb4864e4f35275ecfe8907493ebbe5
Reviewed-on: https://review.whamcloud.com/33168
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
Reviewed-by: Nathaniel Clark <nclark@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/lustre_import.h
lustre/obdclass/lprocfs_status.c
lustre/osc/lproc_osc.c
lustre/osc/osc_request.c
lustre/ptlrpc/client.c
lustre/ptlrpc/import.c
lustre/ptlrpc/pinger.c
lustre/tests/test-framework.sh