linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xs_bind retry binding forever
@ 2010-10-21 18:33 Ben Myers
  2010-10-21 18:33 ` Ben Myers
  0 siblings, 1 reply; 8+ messages in thread
From: Ben Myers @ 2010-10-21 18:33 UTC (permalink / raw)
  To: Trond.Myklebust; +Cc: linux-nfs

Hey Trond,

    I've been working on a bug related to autofs where a nfs mount returns EIO
    in the middle of a job at which point things start to fail.  It turns out
    the machine isn't running nscd and that is causing a large number of
    reserved source ports to be used over localhost and they crowd out the nfs
    client.  Prior to commit 67a391d72ca7efb387c30ec761a487e50a3ff085 this was
    not a problem because we retried forever until we got a reserved source
    port.  It's ok to say 'use nscd', but in many cases nscd is not turned on
    by default so I'd like to propose we revert to the previous behavior: retry
    binding forever.

Thanks,
	Ben

---

Ben Myers (1):
      xs_bind retry binding forever


 net/sunrpc/xprtsock.c |   22 ++++++++++++++++++----
 1 files changed, 18 insertions(+), 4 deletions(-)

-- 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-10-22 22:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-21 18:33 [PATCH] xs_bind retry binding forever Ben Myers
2010-10-21 18:33 ` Ben Myers
2010-10-21 19:38   ` Trond Myklebust
2010-10-22 15:20     ` bpm
2010-10-22 15:56     ` Chuck Lever
2010-10-22 17:45       ` Trond Myklebust
2010-10-22 18:15         ` Chuck Lever
2010-10-22 22:27           ` Trond Myklebust

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).