Cannot set ACL permission on new dataset

scheruga

Cadet
Joined
May 11, 2020
Messages
1
I created a new pool with 4 1.82TB disk in Raid-z mode.
Than I added a dataset with default parameters.
When I open "Edit ACL" and press save I get the error message
Saving ACLs
Error: [EINVAL] At least one inheritable ACL entry is required
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,545

Because this is not like a chmod -R. Recursive ACL operations propagate the changed ACL through files / subdirectories. If we were to calculate an inherited ACL from a parent directory that has no inheriting entries, it would be empty (i.e. grant no one access), which is quite obviously not what anyone wants.
 
Top