From owner-freebsd-current@FreeBSD.ORG Tue Dec 13 15:53:16 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86097106564A; Tue, 13 Dec 2011 15:53:16 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-annu.mail.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id 28B5D8FC0C; Tue, 13 Dec 2011 15:53:15 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap8EAFJ0506DaFvO/2dsb2JhbABDhQenI4FyAQEBBAEBASArIAsFFg4KAgINGQIpAQkmBggHBAEcBIdjpCiRV4EviSOBFgSIMIocgiWSRw X-IronPort-AV: E=Sophos;i="4.71,346,1320642000"; d="scan'208";a="148306950" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-annu-pri.mail.uoguelph.ca with ESMTP; 13 Dec 2011 10:53:15 -0500 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 43568B3F40; Tue, 13 Dec 2011 10:53:15 -0500 (EST) Date: Tue, 13 Dec 2011 10:53:15 -0500 (EST) From: Rick Macklem To: Dimitry Andric Message-ID: <1606093949.138320.1323791595198.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <4EE70514.1040907@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.201] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - FF3.0 (Win)/6.0.10_GA_2692) Cc: FreeBSD-Current , Sean Bruno Subject: Re: NFS + SVN problem? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2011 15:53:16 -0000 Dimitry Andric wrote: > On 2011-11-23 19:26, Sean Bruno wrote: > > On Wed, 2011-11-23 at 09:58 -0800, Rick Macklem wrote: > >> I don't know if Dimitry tried this, but you could also try the > >> "nolockd" option, so that byte range locking is done locally in > >> the client and avoids the NLM. > >> > >> Good luck with it and please let us know how it goes, rick > > > > This seems to allow SVN 1.7 to do whatever nonsense it is trying to > > do. > > I've modified my fstab on the test host in the cluster to: > > > > dumpster:/vol/volshscratch /dumpster/scratch nfs > > rw,soft,intr,bg,nolockd,nosuid 0 0 > > > > Removing soft,intr had no effect. This, I suspect will be > > problematic > > for clusteradm@ if we start updating hosts in the cluster. > > A very late addition to this: I got Subversion 1.7 to work properly > over > NFSv3, by making sure rpc.lockd runs on both server and client. > > E.g, set rpc_lockd_enable to YES in rc.conf; this is off by default, > even if you have nfs_client_enable/nfs_server_enable set to YES. and rpc_statd_enable="YES" on all systems, as well. > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org"