* Version negotiation thwarted by proto=udp mount option
@ 2014-01-08 18:04 Tom Horsley
0 siblings, 0 replies; only message in thread
From: Tom Horsley @ 2014-01-08 18:04 UTC (permalink / raw)
To: linux-nfs
This is from redhat bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=1049032
I was asked to send mail here to see what nfs devs think about the problem.
I had the "proto=udp" option on some NFS mount lines in my fstab.
It was there because previous versions of nfs-utils apparently
ceased being able to talk to old servers at one point in time.
This option worked fine and got me connecting to the old servers.
Now a new nfs-utils came along and tries NFSv4 by default
first thing. That always rejects the mount options because
it doesn't support proto=udp at all. This leads the nfs-utils
to error out without trying a different version, so basically
my working fstab ceased to work.
I made it work again by changing to nfsvers=3 instead of
proto=udp. (But nfsvers=3 wasn't working at some point,
which was why I used proto=udp :-).
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-01-08 18:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-08 18:04 Version negotiation thwarted by proto=udp mount option Tom Horsley
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.