[SOLVED] Remove default acl (ZFS) not possible - what should i do?

fireon

Distinguished Member
Oct 25, 2010
4,525
491
153
Austria/Graz
deepdoc.at
Hello,

pve-manager/4.2-2/725d76f0 (running kernel: 4.4.6-1-pve)

we would something change. Remove all ACLs and default ACLs. Replace rights with special umask and GID-Bit. What everything i do does not work. For example:

Here is one Folder:
Code:
getfacl Songtext  
# file: Songtext 
# owner: root 
# group: dokumente 
# flags: ss- 
user::rwx 
group::rwx 
other::--- 
default:user::rwx 
default:group::rwx 
default:group:dokumente:rwx 
default:group:dokumente_ro:r-x 
default:mask::rwx 
default:other::---
I was able to remove the ACLs, but not the default ACLs. The command is right. Then when i create an new folder, i can remove all ACLs, include the default ACL. Here my commands:
Code:
setfacl -b Songtext
setfacl -k Songtext
Here the zfs datas
Code:
zfs get all v-machines/home | grep acl 
v-machines/home  aclinherit  restricted  default 
v-machines/home  acltype  posixacl  local
Home is exported with nfs3. So what should i do? Why i'am not able to remove the ACL?

Thanks a lot
Best Regards
 
there was an ACL related bug fix in upstream zfs that will be included in the next upcoming kernel package. could you give that a try once it is in pvetest/pve-nosubscription (probably later today or tomorrow)?
 
Hello Fabian,

thanks for you fast reply! That was it. After install 4.4.8-1-pve from "pve-nosubscription-repo" it is working fine :) . I've only installed the kernel. Then I've deactivated the repo.