]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Retry rpcbind requests if the server's portmapper isn't up
authorChuck Lever <cel@netapp.com>
Fri, 7 Oct 2005 03:12:58 +0000 (23:12 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 18 Oct 2005 21:20:10 +0000 (14:20 -0700)
commit8b5d629292d20142ed3d7b16128e41c7bee4cfe9
treef2c506b1dec60259ab9d6cfd0b092433cf91774f
parent968889b1749764abffcd104bc92d93feb41ddd0c
SUNRPC: Retry rpcbind requests if the server's portmapper isn't up

 After a server crash/reboot, rebinding should always retry, otherwise
 requests on "hard" mounts will fail when they shouldn't.

 Test plan:
 Run a lock-intensive workload against a server while rebooting the server
 repeatedly.

Signed-off-by: Chuck Lever <cel@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/clnt.c