<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>help, chmod g+s FOLDER doesn't make sense under glusterfs</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi,<BR>
<BR>
<BR>
This test is done under ext3 file system<BR>
[root@bass1 ~]# id<BR>
uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel)<BR>
[root@bass1 ~]# ll -d a<BR>
drwxr-sr-x 2 root allusers 4096 Aug 25 21:44 a<BR>
[root@bass1 ~]# touch a/b<BR>
[root@bass1 ~]# ll a/b<BR>
-rw-r--r-- 1 root allusers 0 Aug 25 21:44 a/b<BR>
<BR>
<BR>
This test is done under glusterfs file system<BR>
[root@bass1 home]# ll -d a<BR>
drwxr-sr-x 2 root allusers 6 Aug 25 21:45 a<BR>
[root@bass1 home]# touch a/b<BR>
[root@bass1 home]# ll a/b<BR>
-rw-r--r-- 1 root root 0 Aug 25 21:46 a/b<BR>
<BR>
<BR>
As we see here, the file b should belong to group allusers.<BR>
<BR>
Doesn't gluster support this feature? which could make group sharing easy. I would rather I did something wrong, please tell me how to fix this problem.<BR>
<BR>
<BR>
Best,<BR>
Manhong<BR>
</FONT>
</P>

</BODY>
</HTML>