From owner-freebsd-current@FreeBSD.ORG Wed Nov 23 18:26:36 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 25E5D106564A; Wed, 23 Nov 2011 18:26:36 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout2.yahoo.com (mrout2.yahoo.com [216.145.54.172]) by mx1.freebsd.org (Postfix) with ESMTP id 089668FC0A; Wed, 23 Nov 2011 18:26:35 +0000 (UTC) Received: from [127.0.0.1] (proxy6.corp.yahoo.com [216.145.48.19]) by mrout2.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id pANIQLva075435; Wed, 23 Nov 2011 10:26:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1322072782; bh=3KAdNP7MP1Dld46FquA96eF62jVHuy6LBlXY4EtEGW4=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version; b=cFOBVxVSnzB+AJV3NRFmxyfItQYgBTPzQIfWgRe5utSypGWvJrN4dgYAmpzmwSYlE YOtlUl/G9E/FmDGq1XWA1PhXvNssqJ/21WAALxgSiVJZWOiulseQJKi5ASfEm9BdKk usrTq+/DEvoIgiYQoqeggXJIqPuTv2uy5wL9qQ/k= From: Sean Bruno To: Rick Macklem In-Reply-To: <465660264.237830.1322071102401.JavaMail.root@erie.cs.uoguelph.ca> References: <465660264.237830.1322071102401.JavaMail.root@erie.cs.uoguelph.ca> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-gmakS/ERo3+SPZtfuGZL" Date: Wed, 23 Nov 2011 10:26:21 -0800 Message-ID: <1322072781.12047.4.camel@hitfishpass-lx.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-1.fc14) Cc: FreeBSD-Current , Dimitry Andric 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: Wed, 23 Nov 2011 18:26:36 -0000 --=-gmakS/ERo3+SPZtfuGZL Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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. >=20 > Good luck with it and please let us know how it goes, rick=20 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. Sean --=-gmakS/ERo3+SPZtfuGZL Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAABAgAGBQJOzTrHAAoJEL2UHwafTLtOGJwH/0mW4Uy9iaQ2AcRc0NAQkWze MFxbUw320m8XAmukp9MYvoG6PMvAQl+YZSX01sI6ERb8ItcEQIOflF8wtvR7Tm2k N5TXM3bB45gmm5kAhEgZ+7iC2rNkhvnZMlhfruH+TBS7KJfp+g4PMEicNcNFIusU QPv3LhU9f1uPh9SjKb1FddzsZRVXAdUWCgm2v2wPVbLihuoiPFugA6lAl9G5zD8v e1v2N7Is5F9rFlGMrOxnmhVjRNHA2atLAkDmIYnvXSzhQIZys/3q8psDjDY/0Nuy OEn27QUgEugO2gNTpsglYTIZ2wEptbUlpCUruDkuM6Csbvq9zf97fttzrwnU0dA= =+kkK -----END PGP SIGNATURE----- --=-gmakS/ERo3+SPZtfuGZL--