Whamcloud - gitweb
Branch b_release_1_4_6
authoradilger <adilger>
Fri, 27 Jan 2006 09:29:07 +0000 (09:29 +0000)
committeradilger <adilger>
Fri, 27 Jan 2006 09:29:07 +0000 (09:29 +0000)
commit1b7dd856aada8006b53b43e329b5c3b79d97f668
tree050d721f55d4c002dbb7a96861040086995984da
parent016fe708fd39251c40269b0fab14472590faacfa
Branch b_release_1_4_6
Description: MDS or OST may oops/LBUG if a client is connecting multiple times
Details    : The client ptlrpc code may be trying to reconnect to a down
     server before a previous connection attempt has timed out.
     Increase the reconnect interval to be longer than the connection
     timeout interval to avoid sending duplicate connections to
     servers.

This first part of the fix simply increases the reconnect interval to be
longer than the connection request timeout, to avoid having multiple
connect requests in flight from the same client at the same time.
b=9635
r=nathan
lustre/ChangeLog
lustre/include/linux/obd_support.h
lustre/ptlrpc/niobuf.c
lustre/ptlrpc/pinger.c