Whamcloud - gitweb
b=20997 Enable time limit on the request to be queued
authorMikhail Pershin <tappro@sun.com>
Thu, 27 May 2010 19:55:29 +0000 (23:55 +0400)
committerRobert Read <robert.read@oracle.com>
Thu, 27 May 2010 20:10:16 +0000 (13:10 -0700)
commitfb4073bc3cfbf1a7ad17b03270e986098a2869ee
tree5ff62d696464dc3c26552bd514f294adc2e84550
parent68d51026c201264884d6a2d113bd9606c9a09d27
b=20997 Enable time limit on the request to be queued

i=rread,nathan

This feature is enabled by setting the time limit on the request. The limit
is on how long the request is queued, whether or not it's ever been sent.
IOW, it's not a "resend" limit, because it can expire even if the request
has never been sent the first time.

Patch removes also unused imp flags and modify conf-sanity test to use 'mds
mount first' scheme to avoid long test time
12 files changed:
lustre/include/lustre_import.h
lustre/include/lustre_net.h
lustre/ldlm/ldlm_lib.c
lustre/lmv/lmv_obd.c
lustre/mdc/mdc_request.c
lustre/mgc/mgc_request.c
lustre/obdclass/lprocfs_status.c
lustre/osc/osc_request.c
lustre/ptlrpc/client.c
lustre/ptlrpc/import.c
lustre/ptlrpc/recover.c
lustre/tests/conf-sanity.sh