From: Wilson, S. M <st...@pu...> - 2016-06-01 20:53:55
|
Hi, It looks like there are some problems with default ACL support in MooseFS. I tried executing the following command on a directory named "a": ?setfacl -m d:g::---,d:o::--- a and it appears that nothing is changed (output from getfacl): # file: a # owner: root # group: root user::rwx group::r-x other::r-x On an XFS file system I'll see the following from getfacl: # file: a # owner: root # group: root user::rwx group::r-x other::r-x default:user::rwx default:group::--- default:other::--- ?The mfsmaster is v.2.0.77 and the client (mfsmount) is also v.2.0.77. ?Thanks! Steve |