From: Trond Myklebust Subject: Re: [PATCH 2/2] Enable v4 mounts when either "nfsvers=4" or "vers=4" option are set (vers-02) Date: Thu, 27 Aug 2009 13:48:44 -0400 Message-ID: <1251395324.5173.21.camel@heimdal.trondhjem.org> References: <4A9424DB.2040303@RedHat.com> <4A942593.8030101@RedHat.com> <4A943914.9020104@RedHat.com> <7AB7BC01-F9E5-4611-BB4B-2B6E27069631@oracle.com> <4A944645.1020003@RedHat.com> <1251233345.25372.67.camel@heimdal.trondhjem.org> <4A954FBF.3030606@RedHat.com> <23199F1A-EA23-4DE1-AAB8-92D4B508C865@oracle.com> <4A956BF2.6000902@RedHat.com> <4A95760C.9000604@RedHat.com> <1251316764.5226.21.camel@heimdal.trondhjem.org> <4A9694D2.2030205@RedHat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Linux NFS Mailing list , Linux NFSv4 mailing list To: Steve Dickson Return-path: In-Reply-To: <4A9694D2.2030205@RedHat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nfsv4-bounces@linux-nfs.org Errors-To: nfsv4-bounces@linux-nfs.org List-ID: On Thu, 2009-08-27 at 10:14 -0400, Steve Dickson wrote: > I say we go with the proposed patch since its simple, architecturally > sound, will not cause problems down the road as long as nfs4 remains > a standalone file system and its done! Plus I have a patch waiting > in the wings that actually does make v4 the first mount that is > tried... making v4 the default version... I do worry that if, at some point, we do get rid of the nfs4 filesystem alias then we may find ourselves in trouble if we have a large base of mount programs out there that translate '-t nfs -overs=4' into '-t nfs4'. I think that if you want to go down this path, you should somehow ensure that the resulting program is capable of passing '-t nfs -overs=4' down to the kernel (perhaps a configuration file option?). Cheers Trond