I thought acls could either be posix or nfd4, but not both. Set when creating the file-system?
Simon ________________________________________ From: [email protected] [[email protected]] on behalf of Marc A Kaplan [[email protected]] Sent: 12 August 2015 15:43 To: gpfsug main discussion list Subject: Re: [gpfsug-discuss] fast ACL alter solution On GPFS-Linux-Redhat commands getfacl and setfacl DO seem to work fine for me. nfs4_getfacl and nfs4_setfacl ... NOT so much ... actually, today not at all, at least not for me ;-( [root@n2 ~]# setfacl -m u:wsawdon:r-x /mak/sil/x [root@n2 ~]# echo $? 0 [root@n2 ~]# getfacl /mak/sil/x getfacl: Removing leading '/' from absolute path names # file: mak/sil/x # owner: root # group: root user::--- user:makaplan:rwx user:wsawdon:r-x group::--- mask::rwx other::--- [root@n2 ~]# nfs4_getfacl /mak/sil/x Operation to request attribute not supported. [root@n2 ~]# echo $? 1 _______________________________________________ gpfsug-discuss mailing list gpfsug-discuss at gpfsug.org http://gpfsug.org/mailman/listinfo/gpfsug-discuss
