From owner-freebsd-hackers@FreeBSD.ORG Wed Sep 16 13:00:53 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4BEF106566B for ; Wed, 16 Sep 2009 13:00:53 +0000 (UTC) (envelope-from BATV+05b7dc4ffe83f00d9e0a+2215+infradead.org+hch@bombadil.srs.infradead.org) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2001:4830:2446:ff00:214:51ff:fe65:c65c]) by mx1.freebsd.org (Postfix) with ESMTP id 07EA68FC0C for ; Wed, 16 Sep 2009 13:00:52 +0000 (UTC) Received: from hch by bombadil.infradead.org with local (Exim 4.69 #1 (Red Hat Linux)) id 1Mnu7o-000339-5j; Wed, 16 Sep 2009 13:00:44 +0000 Date: Wed, 16 Sep 2009 09:00:44 -0400 From: Christoph Hellwig To: Adrian Penisoara Message-ID: <20090916130044.GA2670@infradead.org> References: <4AAB8AD0.5010302@zirakzigil.org> <78cb3d3f0909160336m2d1f93dsad4aafb692395a80@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <78cb3d3f0909160336m2d1f93dsad4aafb692395a80@mail.gmail.com> User-Agent: Mutt/1.5.19 (2009-01-05) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Cc: freebsd-hackers@freebsd.org, Giulio Ferro , Nate Eldredge Subject: Re: ZFS group ownership X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2009 13:00:53 -0000 On Wed, Sep 16, 2009 at 12:36:57PM +0200, Adrian Penisoara wrote: > Which of the following would then be the best option (also taking POLA > into account): > * leave things are they are > * make ZFS under FreeBSD behave the way open(2) describes > * have a new ZFS property govern the behavior and default to one of the above Btw, on Linux all the common filesystem support the SysV behaviour by default but have a mount option bsdgroups/grpid that turns on the BSD hebaviour. I would recommend you do the same just with reversed signs on FreeBSD. ??Having different default behaviour for different filesystems on a single OS is generally a bad idea.