Hi!
So I just finished moving from hdd pool to ssd pool (with replication). Everything good, except that I have SMB ACLs in root dataset and I cant remove them.
I did try multiple commands and ownership shit, but nothing help.
I cant strip ACLs, because it does not allow it
I mean IDK how that even happen…But I would like help!!!
I dont have anymore hdds to copy back and remake whole ssd pool. There must be some command to force strip ALCs and go back to just root:root.
I did a replication for all datasets, expect main one. my old pool name is “main” so I didnt choose “main” to replicate but I did choose each dataset itself (or I guess child one).
Well I guess that did it…although I got error with that command, I guess it did a thing. So thanks for help! I dont even know if that was the fix, but thanks again I guess.
TBH I dont know:
But here is output of command:
nfs4xdr_setfacl: Failed to get NFSv4 ACL
Failed to instantiate ACL.
An error occurred during recursive file tree walk.
after that it just worked…ACLs were gone and just worked.
With the recursive option that command will attempt to strip the ACL of every file and folder, it doesn’t stop at dataset boundaries. You likely have some dataset that doesn’t use nfs4 acls (maybe acltype=off or acltype=posix) and that’s where the command failed.