Date: Sun, 9 Oct 2011 19:40:13 GMT From: Garrett Cooper <yanegomi@gmail.com> To: freebsd-fs@FreeBSD.org Subject: Re: kern/147790: [zfs] zfs set acl(mode|inherit) fails on existing zfs Message-ID: <201110091940.p99JeDjf094646@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/147790; it has been noted by GNATS. 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110091940.p99JeDjf094646>