[Gluster-users] ACL issue with 3.4.0 GA + XFS + native client?

Vijay Bellur vbellur at redhat.com
Tue Jul 23 18:45:33 UTC 2013


On 07/23/2013 09:28 PM, Nicholas Majeran wrote:
> A little more detail... on files, I still can't get this to work, but
> when I run ls and {get,set}facl on . it seems to work:
>
> [root at s1 tmp]# pwd
> /mnt/glusterfs/tmp
> [root at s1 tmp]# ls -ld .
> drwxrwxr-x+ 4 nmajeran root 4422 Jul 22 15:29 .
> [root at suncosmbgw1 tmp]# ls -ld ../tmp
> drwxrwxr-x 4 nmajeran root 4422 Jul 22 15:29 ../tmp
> [root at s1 tmp]# getfacl .
> # file: .
> # owner: nmajeran
> # group: root
> user::rwx
> user:root:rwx
> user:user1:rwx
> group::r-x
> group:g1:rwx
> group:g2:r-x
> group:g3:r-x
> mask::rwx
> other::r-x
>
> [root at s1 tmp]# getfacl ../tmp
> # file: ../tmp
> # owner: nmajeran
> # group: root
> user::rwx
> group::rwx
> other::r-x
>


Does disabling stat-prefetch address the problem permanently? You can 
disable stat-prefetch via:

gluster volume set <volname> stat-prefetch off

-Vijay




More information about the Gluster-users mailing list