Whamcloud - gitweb
LU-5420 ptlrpc: revert ptlrpc_reconnect_import() changes 38/13838/4
authorOleg Drokin <oleg.drokin@intel.com>
Fri, 20 Feb 2015 19:39:47 +0000 (14:39 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 27 Feb 2015 05:59:12 +0000 (05:59 +0000)
commit02739a078f54b5ccdf49456fd0d1daea90472a8d
treeeb1d37d23810f8a92ecf633ff112cd2bf2575891
parentff65006d2bbb1b587b8dd47fc0f3e466db21f77e
LU-5420 ptlrpc: revert ptlrpc_reconnect_import() changes

Revert the changes from LU-4913 in ptlrpc_reconnect_import()
(commit cae32fb38f0754ab2f8eae89ffe9151c6c194ef8) that are
causing intermittent MDS startup problems due to an inability
to reconnect to MGS if it is sharing the same OSD.  The MGS
connection has historically been pretty different from other
kinds of ptlrpc connections.

Work in LU-5420 will continue to better unify these different
connection options meanwhile, so this is not really a final fix,
just merely a way to bring things back into stable state in time
for 2.7.0 release.

Change-Id: I72aa43332dade8f3fc67a028cd4685f9f4383953
Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Reviewed-on: http://review.whamcloud.com/13838
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: wangdi <di.wang@intel.com>
lustre/ptlrpc/import.c
lustre/tests/conf-sanity.sh