On 08/07/2012 03:42 PM, J. Bruce Fields wrote: > On Tue, Aug 07, 2012 at 01:09:32PM -0400, Jeff Layton wrote: >> On Sat, 4 Aug 2012 15:01:04 -0400 >> "J. Bruce Fields" <bfields@xxxxxxxxxxxx> wrote: >> >>> On Fri, Aug 03, 2012 at 10:00:39PM -0400, Jeff Layton wrote: >>>> On Fri, 3 Aug 2012 20:08:19 -0400 >>>> "J. Bruce Fields" <bfields@xxxxxxxxxxxx> wrote: >>>> >>>>> I'm getting >>>>> >>>>> # mount -tnfs -onfsvers=4 pip1:/exports /mnt/ >>>>> >>>>> (OK, admittedly that's with 3.6.0-rc1 + a few experimental patches, but >>>>> I doubt they're related.) >>>>> >>>>> Also: >>>>> >>>>> [root@pip2 ~]# modprobe nfs4 >>>>> [root@pip2 ~]# lsmod|grep nfs4 >>>>> [root@pip2 ~]# >>>>> >>>>> --b. >>>> >>>> I hit the same problem... >>>> >>>> Try removing /usr/lib/modprobe.d/nfs.conf (assuming you're running >>>> Fedora). >>> >>> Oog, right. >>> >>> But, without testing--won't that make v4 mounts fail on older kernels? >> >> Actually, now that I look, this does not seem to break on older kernels >> as long as you use a syntax like: >> >> # mount -t nfs server:/export /mnt/point -o vers=4 >> >> ...if, however you use a syntax like: >> >> # mount -t nfs4 server:/export /mnt/point >> >> ...then it fails without the above file in place. I guess the question >> we have to answer is: Do we want to continue to support the "-t nfs4" >> mount syntax? > > I think you're right that we want to deprecate it. > > Though this is a bit of a harsh way to do it--would have been nice to > have some transition period with a warning or something. I didn't expect this to be broken, both ways of mounting still work on my VMs so I expected them to work for everybody else too. - Bryan > > --b. > -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html