From owner-freebsd-rc@FreeBSD.ORG Sat Dec 15 19:16:01 2012 Return-Path: Delivered-To: rc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4511BA2; Sat, 15 Dec 2012 19:16:01 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id F21E28FC0A; Sat, 15 Dec 2012 19:16:00 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id je9so2138111bkc.13 for ; Sat, 15 Dec 2012 11:15:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UfM0RI3egIAGcPfpD6hADgJbAGUDkgpYaDo9ZR1Nybg=; b=t1hyn6iFWkAovI2IPuHmsW9PHPBIqKvmvSYDtFHn8DMY9ST0nox/mKSOD6vV8MadOn 1Zjlfa1e41JgOoc5B0mlTj41R+Fijofm4yQsGPkwDlMHNHqOTrCT0HM3/YQFnGxatOI/ JMqGN7DZ1j8Ehbm+pKJcgKAfOQaTzFSrUym8TKqViZ7/ONisd1yz62t2aPq/OpVEUlUp pptzfXBkLKqHiOXuG+j4xP9ztb5L2aChutVNVwe3XlTqUqkjmoFYtlzVkdx1ZtnPt5y1 k1QPcozM2N558SJyIGb9yV8FUnxZlz1MBHcJziYv+otFV33e/eZcN4CkUlhqk7UeObzn Q78Q== MIME-Version: 1.0 Received: by 10.204.147.22 with SMTP id j22mr4117561bkv.66.1355598959531; Sat, 15 Dec 2012 11:15:59 -0800 (PST) Received: by 10.204.167.71 with HTTP; Sat, 15 Dec 2012 11:15:59 -0800 (PST) Received: by 10.204.167.71 with HTTP; Sat, 15 Dec 2012 11:15:59 -0800 (PST) In-Reply-To: <20121215091424.GS71906@kib.kiev.ua> References: <6A58ADA440454E5889DBA6D2D9C56180@multiplay.co.uk> <20121215091424.GS71906@kib.kiev.ua> Date: Sat, 15 Dec 2012 19:15:59 +0000 Message-ID: Subject: Re: Adding dependency on mountlate to mountd From: Chris Rees To: Kostik Belousov Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Steven Hartland , rc@freebsd.org X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2012 19:16:01 -0000 On 15 Dec 2012 09:14, "Konstantin Belousov" wrote: > > On Sat, Dec 15, 2012 at 12:27:35AM -0500, Eitan Adler wrote: > > On 14 December 2012 13:25, Steven Hartland wrote: > > > Hi guys I'm looking to make mountd REQUIRE mountlate so > > > that it can successfully export volumes on devices mounted > > > with 'late' > > > > > > PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=169373 > > > > > > Any objections to this? > > > > > > Patch:- > > > --- mountd 2012-06-24 14:09:50.074267521 +0000 > > > +++ /etc/rc.d/mountd 2012-06-24 13:47:35.012295797 +0000 > > > @@ -4,7 +4,7 @@ > > > # > > > > > > # PROVIDE: mountd > > > -# REQUIRE: NETWORKING nfsserver rpcbind quota > > > +# REQUIRE: NETWORKING nfsserver rpcbind quota mountlate > > > # KEYWORD: nojail shutdown > > > > This seems fine to me. I can't see any reason why this shouldn't be > > done, and I don't see any sign of intentionally leaving off > > "mountlate" in the commit log history. > > It cannot be fine. It breaks local NFS mounts. Given that we can't have both, but we can have nullfs and thus solve this problem. Is there something that local NFS mounts can do that nullfs won't? Chris