gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gluster-devel] glusterfs file permissions && ownership


From: Anand Avati
Subject: Re: [Gluster-devel] glusterfs file permissions && ownership
Date: Wed, 12 Dec 2007 12:25:43 +0530

Mihai,
 group mode check is really tricky with fused based FS'es since fuse only
passes on the orignial GID of the process and skips the additional GID's.
You can try with the latest codebase where the group check is done only by
the VFS and the server honors the group auth done by client alone.

avati

2007/9/25, Mihai <address@hidden>:
>
> I have this problem:
> I have two users:
> user1 - group user1
> user2 - group user1,user2
>
> A file on gfs filesystem with ext3
> ls -l /mnt/test
> -rwxr----- 1 root user1 0 Sep 25 17:53 /mnt/test
>
> Logged in with user2 you will get permissions denied when performing a
> cat on /mnt/test
>
> This is how the filesystem is mounted (i couldn't find how to change this.
> )
> glusterfs on /mnt type fuse
> (rw,nosuid,nodev,allow_other,default_permissions,max_read=1048576)
>
>
> glusterfs version 1.3.1
> fuse version 2.7.0.glfs3
> kernel 2.6.18-8.1.10.el5 - Centos 5
>
>
> _______________________________________________
> Gluster-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/gluster-devel
>



-- 
If I traveled to the end of the rainbow
As Dame Fortune did intend,
Murphy would be there to tell me
The pot's at the other end.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]