I have an NFS share mounted on a RHEL 6 on which I set acl option:
nfs_share nfs_share_mount_point nfs defaults,acl 0 0
I need to assign an acl but I'm getting the error
setfacl: nfs_share_mount_point: Operation not supported
These are the nfs packages currently installed:
# rpm -qa | grep nfs
nfs-utils-lib-1.1.5-11.el6.x86_64
nfs4-acl-tools-0.3.3-7.el6.x86_64
nfs-utils-1.2.3-64.el6.x86_64
How could I set the acl? thank you