Whamcloud - gitweb
- import tracks when connection procedure started. if connection error happens
authoralex <alex>
Sun, 6 Jun 2004 09:06:52 +0000 (09:06 +0000)
committeralex <alex>
Sun, 6 Jun 2004 09:06:52 +0000 (09:06 +0000)
commit0d1f2618b4127d8bb413835b7c2e99b9fc057273
tree7993851c4c4a9df6a44def4586c54c7e06d39784
parent23de47e82bd999ec651f927097922413527cca71
- import tracks when connection procedure started. if connection error happens
  after HZ then ptlrpc_connect_interpret() starts reconnection immediately.
  this speeds recovery up a bit
- pinger pings inter-mds connection more ofter then usual ones
- pinger finds the most sooner event and waits for it, not for obd_timeout * 2
- mds_getattr_name() needs not to check whether mds is choosen right if
  attrs are requested by fid
lustre/include/linux/lustre_import.h
lustre/mds/handler.c
lustre/ptlrpc/client.c
lustre/ptlrpc/import.c
lustre/ptlrpc/pinger.c