Whamcloud - gitweb
Branch HEAD
authordzogin <dzogin>
Fri, 25 Sep 2009 03:05:27 +0000 (03:05 +0000)
committerdzogin <dzogin>
Fri, 25 Sep 2009 03:05:27 +0000 (03:05 +0000)
commitb8e3553aa2b4f978a620f2ae0a71c0a415d6cfe4
treeadcb35eaceaa4fcb55e28f3b5cd3e156a88da337
parent6193f696ec7c67da67c28ec1fc046b9796eb07c7
 Branch HEAD
 b=18674
 i=johann
 i=andrew.perepechko
 i=nathan.ruthman
 i=alexey.lyashkov
----------------------------------------------------------------------
 Modified Files:
  lustre/ChangeLog lustre/include/lustre_import.h
  lustre/mdt/mdt_handler.c lustre/ptlrpc/import.c
  lustre/tests/conf-sanity.sh
----------------------------------------------------------------------
Description: client could not reconnect to OST because of an active request.
Details    : The client now retries to reconnect to the same server, if a
     connect request failed with EBUSY or -EAGAIN. Test case 35b
     conf-sanity.sh has been created.
lustre/ChangeLog
lustre/include/lustre_import.h
lustre/mdt/mdt_handler.c
lustre/ptlrpc/import.c
lustre/tests/conf-sanity.sh