Return-Path: linux-nfs-owner@vger.kernel.org Received: from mx2.netapp.com ([216.240.18.37]:30310 "EHLO mx2.netapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750952Ab2FGPy0 (ORCPT ); Thu, 7 Jun 2012 11:54:26 -0400 Message-ID: <4FD0CEB0.9040804@netapp.com> Date: Thu, 07 Jun 2012 11:54:24 -0400 From: Bryan Schumaker MIME-Version: 1.0 To: Joerg Roedel CC: Trond Myklebust , linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: NFS regression in v3.5-rc1: mount.nfs yells about incorrect mount option References: <20120607150456.GO12795@8bytes.org> <4FD0C4C2.8020605@netapp.com> <20120607155006.GR12795@8bytes.org> In-Reply-To: <20120607155006.GR12795@8bytes.org> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-nfs-owner@vger.kernel.org List-ID: On 06/07/2012 11:50 AM, Joerg Roedel wrote: > On Thu, Jun 07, 2012 at 11:12:02AM -0400, Bryan Schumaker wrote: > >> Can you use `mount -v` to get more output? > > Btw, it also works when I manually set the nfs-version at mount: > > mount -o nfsvers=3 ... What about `mount -o vers=4 ...`? I'm compiling a kernel right now to see if I can reproduce this, what NFS .config options do you have set? (`cat .config | grep CONFIG_NFS_` should be good enough). - Bryan > > > Joerg > >