ACLs on XFS via NFS



Hello,

I'm running 2 Gentoo systems with kernel 2.6.33.3 and .2. The server (.3) exports some directories
via NFS. I have setup some dirs with ACLs, in which a group gets full access. On the NFS client (.2)
I can mount the NFS exports, but I can't see any ACLs. In both kernels the NFS and ACL support
is compiled like a modul.

On the client getfacl shows:
# owner: root
# group: media
user::rwx
group::rwx
other::---

on the server:
# owner: root
# group: media
user::rwx
group::rwx
other::---
default:user::rwx
default:group::rwx
default:group:media:rwx
default:mask::rwx
default:other::---

the export is set to:
/mnt/storage/nas192.168.94.0/24(async,acl,no_subtree_check,no_root_squash,rw,anonuid=65534,anongid=65533)

If

I create a file or dir on the NFS client, the ACLs would be set correctly on the server, but the client don't see any ACL

Does anyone know how to solve the problem?

Thanks

Phil

.



Relevant Pages