Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2010 14:09:52 GMT
From:      Robert Schulze <rs@bytecamp.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/147790: zfs set acl(mode|inherit) fails on existing zfs
Message-ID:  <201006111409.o5BE9qBG002042@www.freebsd.org>
Resent-Message-ID: <201006111410.o5BEA3sx079776@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         147790
>Category:       kern
>Synopsis:       zfs set acl(mode|inherit) fails on existing zfs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 11 14:10:02 UTC 2010
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006111409.o5BE9qBG002042>