Whamcloud - gitweb
Branch b1_4
authoradilger <adilger>
Wed, 26 Oct 2005 09:29:33 +0000 (09:29 +0000)
committeradilger <adilger>
Wed, 26 Oct 2005 09:29:33 +0000 (09:29 +0000)
commit699afebd34b0226e61b9df32b261dbc18b3adc22
tree1586ec99a380cc15e780df116f90b164382ea8d2
parentff5e71f1a181cf650a47cf229475796278ae5448
Branch b1_4
Description: When migrating a subset of services from a node (e.g. failback
     from a failover service node) the remaining services would
     time out and evict clients.
Details    : lconf --force (implied by --failover) sets the global obd_timeout
     to 5 seconds in order to quickly disconnect, but this caused
     other RPCs to time out too quickly.  Do not change the global
     obd_timeout for force cleanup, only set it for DISCONNECT RPCs.
b=6395, b=9514
lustre/ChangeLog
lustre/ptlrpc/import.c
lustre/utils/lconf