From owner-freebsd-fs@freebsd.org Thu Feb 22 10:28:33 2018 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DBFAF1D267 for ; Thu, 22 Feb 2018 10:28:33 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24A6979B22; Thu, 22 Feb 2018 10:28:32 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (ezra.dcm1.omnilan.net [IPv6:2a00:e10:2800::a135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id w1MASULf006026; Thu, 22 Feb 2018 11:28:30 +0100 (CET) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (s1.omnilan.de [217.91.127.234]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id 0AB213F3; Thu, 22 Feb 2018 11:28:29 +0100 (CET) Message-ID: <5A8E9B4D.3040205@omnilan.de> Date: Thu, 22 Feb 2018 11:28:29 +0100 From: Harry Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: bugzilla-noreply@freebsd.org CC: freebsd-fs@freebsd.org Subject: Re: [Bug 216886] ZFS with aclinherit and aclmode set to passthrough adds an extra default ACLs References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]); Thu, 22 Feb 2018 11:28:30 +0100 (CET) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: ; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2018 10:28:33 -0000 Bezüglich bugzilla-noreply@freebsd.org's Nachricht vom 21.02.2018 16:38 (localtime): > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216886 > > --- Comment #2 from Andriy Gapon --- > > Do these look relevant / related to the problem? > > https://www.illumos.org/issues/8984 > https://github.com/openzfs/openzfs/pull/557 Absolutely, thanks a lot for your investigation! Sounds all reasonable, the symptom, the timeframe, the cause/intention and the fix. Will try ASAP and report in case nobody else will have done erlier than me (which I consider done if I notice a corresponding commit). Unfortunately, I think there's more discussion to a related topic needed: The permission mapping. In real world, I had massive problems with missing delete bits for 0-mask mapping. But that's another story and I forgot many things why/how to better transform permissions into ACEs. If someone notices/starts such a discussion, please opt me in. Thanks, -harry