From nobody@FreeBSD.org  Fri Jun 11 14:09:53 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AD05C1065674
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 11 Jun 2010 14:09:53 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 9BEFB8FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 11 Jun 2010 14:09:53 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o5BE9qFb002043
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 11 Jun 2010 14:09:53 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o5BE9qBG002042;
	Fri, 11 Jun 2010 14:09:52 GMT
	(envelope-from nobody)
Message-Id: <201006111409.o5BE9qBG002042@www.freebsd.org>
Date: Fri, 11 Jun 2010 14:09:52 GMT
From: Robert Schulze <rs@bytecamp.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: zfs set acl(mode|inherit) fails on existing zfs
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         147790
>Category:       kern
>Synopsis:       [zfs] zfs set acl(mode|inherit) fails on existing zfs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-fs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 11 14:10:02 UTC 2010
>Closed-Date:    Tue Oct 11 07:21:11 UTC 2011
>Last-Modified:  Tue Oct 11 07:21:11 UTC 2011
>Originator:     Robert Schulze
>Release:        8.0-RELEASE-p3 amd64
>Organization:
bytecamp GmbH
>Environment:
FreeBSD XXXXXX 8.0-RELEASE-p3 FreeBSD 8.0-RELEASE-p3 #6: Thu Jun 10 13:07:31 CEST 2010     root@XXXXXX:/usr/obj/usr/src/sys/XXXXXX  amd64

>Description:
After creating a zfs, altering the properties aclmode or aclinherit, ends up with the following message:
"property 'aclmode' not supported on FreeBSD: permission denied"

But aclmode/aclinherit can be set during _creation_ of the ZFS with the help of zfs create -o aclmode=passthrough foo


>How-To-Repeat:
$ zfs create foo
$ zfs set aclmode=passthrough foo
property 'aclmode' not supported on FreeBSD: permission denied
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-fs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Jun 15 01:07:52 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147790 

From: Garrett Cooper <yanegomi@gmail.com>
To: bug-followup@FreeBSD.org, rs@bytecamp.net
Cc:  
Subject: Re: kern/147790: [zfs] zfs set acl(mode|inherit) fails on existing zfs
Date: Sun, 9 Oct 2011 12:30:43 -0700

 This works with ZFS v28:
 
 # zfs set aclmode=groupmask tank
 # zfs get aclmode tank
 # zfs create tank/foo
 # zfs get aclmode tank/foo
 NAME      PROPERTY  VALUE        SOURCE
 tank/foo  aclmode   groupmask    inherited from tank
 # zfs set aclmode=passthrough tank/foo
 # zfs get aclmode tank/foo
 NAME      PROPERTY  VALUE        SOURCE
 tank/foo  aclmode   passthrough  local
 
 Please try upgrade to 9.0; you may need to upgrade your zpool via
 'zpool upgrade -a' (highly unlikely though).
 
 HTH,
 -Garrett

From: Martin Matuska <mm@FreeBSD.org>
To: bug-followup@FreeBSD.org, rs@bytecamp.net
Cc:  
Subject: Re: kern/147790: [zfs] zfs set acl(mode|inherit) fails on existing
 zfs
Date: Mon, 10 Oct 2011 09:55:35 +0200

 If you need this property, you have to upgrade to one of the following:
 
 8-STABLE revision 224564 (Aug 01, 2011) or newer
 9-STABLE
 HEAD revision 224174 (Jul 18, 2011) or newer
 
 FreeBSD 9.0 and 8.3 will have ZFS v28 and support this property.
 
 -- 
 Martin Matuska
 FreeBSD committer
 http://blog.vx.sk
 

From: Robert Schulze <rs@bytecamp.net>
To: Garrett Cooper <yanegomi@gmail.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: kern/147790: [zfs] zfs set acl(mode|inherit) fails on existing
 zfs
Date: Mon, 10 Oct 2011 10:04:33 +0200

 Hi,
 
 Am 09.10.2011 21:30, schrieb Garrett Cooper:
 > This works with ZFS v28:
 >
 
 well, then this can be closed.
 I wonder why nobody cared for this one in the meantime.
 
 with kind regards,
 Robert Schulze
 
State-Changed-From-To: open->closed 
State-Changed-By: mm 
State-Changed-When: Tue Oct 11 07:21:10 UTC 2011 
State-Changed-Why:  
Closed on submitter request. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147790 
>Unformatted:
