kern/147790: [zfs] zfs set acl(mode|inherit) fails on existing zfs

Garrett Cooper yanegomi at gmail.com
Sun Oct 9 19:40:14 UTC 2011


The following reply was made to PR kern/147790; it has been noted by GNATS.

From: Garrett Cooper <yanegomi at gmail.com>
To: bug-followup at FreeBSD.org, rs at 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


More information about the freebsd-fs mailing list