<div dir="ltr">Command to mount glusterfs with acl support is<div>mount -t glusterfs -o acl &lt;IP&gt;:/&lt;VOLNAME&gt; &lt;MOUNTPOINT&gt;<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Sep 19, 2013 at 12:33 PM, RAGHAVENDRA TALUR <span dir="ltr">&lt;<a href="mailto:raghavendra.talur@gmail.com" target="_blank">raghavendra.talur@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Daniel,<div><br></div><div>If I understand correctly, you are doing this:</div><div>1. Using a windows client, set acls on files on a gluster volume exported using samba 4.</div>
<div>2. Mount the same volume using native glusterfs mount option.</div>
<div>3. Check for the acl set from windows client.</div><div><br></div><div>Result is that you are not able to see the acls from glusterfs mount.</div><div><br></div><div>My questions:</div><div>1. Do you still see the extended attributes on a windows client?</div>

<div>2. Can you trying doing a glusterfs mount with acl option and tell if that works?</div><div> </div><div>Thanks,</div><div>Raghavendra Talur</div></div><div class="gmail_extra"><div><div class="h5"><br><br><div class="gmail_quote">
On Wed, Sep 18, 2013 at 7:46 PM, Daniel Müller <span dir="ltr">&lt;<a href="mailto:mueller@tropenklinik.de" target="_blank">mueller@tropenklinik.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">No one!?<br>
How do I get the extended attributes passed through to the glusterfs client?<br>
Samba4 (With ADS Tool Microsoft) indeed does create the directories on the<br>
gluster /raid5hs/glusterfs/samba/ads/home<br>
the right way but complaining it could not.<br>
But glusterfs : xxx.xxx.xxx:/sambacluster on /mnt/glusterfs type<br>
fuse.glusterfs (rw,allow_other,max_read=131072)<br>
Cannot show up the extended attributes!?<br>
<div><br>
-----------------------------------------------<br>
EDV Daniel Müller<br>
<br>
Leitung EDV<br>
Tropenklinik Paul-Lechler-Krankenhaus<br>
Paul-Lechler-Str. 24<br>
72076 Tübingen<br>
<br>
Tel.: 07071/206-463, Fax: 07071/206-499<br>
eMail: <a href="mailto:mueller@tropenklinik.de" target="_blank">mueller@tropenklinik.de</a><br>
Internet: <a href="http://www.tropenklinik.de" target="_blank">www.tropenklinik.de</a><br>
-----------------------------------------------<br>
</div>-----Ursprüngliche Nachricht-----<br>
Von: Daniel Müller [mailto:<a href="mailto:mueller@tropenklinik.de" target="_blank">mueller@tropenklinik.de</a>]<br>
Gesendet: Montag, 16. September 2013 10:24<br>
An: &#39;<a href="mailto:samba-bounces@lists.samba.org" target="_blank">samba-bounces@lists.samba.org</a>&#39;<br>
Cc: &#39;<a href="mailto:gluster-users@gluster.org" target="_blank">gluster-users@gluster.org</a>&#39;<br>
Betreff: Glusterfs looses extendeed attributes Samba 4<br>
<div><div><br>
Hello to all,<br>
<br>
There is a strange problem with samba 4 and glusterfs 3.4 on centos 6.4.<br>
As the Glusterd-XFS-Filesystem mounted on  my /raid5hs Have the right<br>
extended attributes:<br>
<br>
The xfs Server-Gluster-Partition mounted on /raid5hs ls -la<br>
/raid5hs/glusterfs/samba/ads/home/Administrator insgesamt 0<br>
drwxrwxr-x+ 2 3000000 users  6 23. Aug 10:35<br>
<br>
[root@s4master bricks]# getfacl<br>
/raid5hs/glusterfs/samba/ads/home/Administrator<br>
getfacl: Entferne führende &#39;/&#39; von absoluten Pfadnamen<br>
# file: raid5hs/glusterfs/samba/ads/home/Administrator<br>
# owner: 3000000<br>
# group: users<br>
user::rwx<br>
user:root:rwx<br>
group::rwx<br>
group:users:rwx<br>
group:3000000:rwx<br>
mask::rwx<br>
other::r-x<br>
default:user::rwx<br>
default:user:root:rwx<br>
default:user:3000000:rwx<br>
default:group::r-x<br>
default:group:users:r-x<br>
default:mask::rwx<br>
default:other::r-x<br>
<br>
The Gluster-Brick Glusterfs-Client remounted on /mnt/glusterfs on the same<br>
host has lost this attributes<br>
<br>
ls -la   /mnt/glusterfs/ads/home/Administrator<br>
insgesamt 0<br>
drwxrwxr-x 2 3000000 users  6 23. Aug 10:35 .<br>
<br>
<br>
[root@s4master bricks]# getfacl  /mnt/glusterfs/ads/home/Administrator<br>
getfacl: Entferne führende &#39;/&#39; von absoluten Pfadnamen<br>
# file: mnt/glusterfs/ads/home/Administrator<br>
# owner: 3000000<br>
# group: users<br>
user::rwx<br>
group::rwx<br>
other::r-x<br>
<br>
<br>
The brick is mounted like this --&gt; mount -t glusterfs<br>
172.17.1.1:/sambacluster /mnt/glusterfs -o ac<br>
<br>
My smb.conf:<br>
<br>
# Global parameters<br>
[global]<br>
        workgroup = TPLK<br>
        realm = tplk.loc<br>
        netbios name = S4MASTER<br>
        server role = active directory domain controller<br>
        server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl,<br>
winbind, ntp_signd, kcc, dnsupdate<br>
        idmap_ldb:use rfc2307 = yes<br>
        allow dns updates = yes<br>
        follow symlinks = yes<br>
        unix extensions = no<br>
<br>
<br>
[netlogon]<br>
        path = /usr/local/samba/var/locks/sysvol/tplk.loc/scripts<br>
        read only = No<br>
<br>
[sysvol]<br>
        path = /usr/local/samba/var/locks/sysvol<br>
        read only = No<br>
<br>
[home]<br>
path= /mnt/glusterfs/ads/home<br>
readonly = No<br>
posix locking =NO<br>
<br>
Any idea!?<br>
<br>
Greetings<br>
<br>
-----------------------------------------------<br>
EDV Daniel Müller<br>
<br>
Leitung EDV<br>
Tropenklinik Paul-Lechler-Krankenhaus<br>
Paul-Lechler-Str. 24<br>
72076 Tübingen<br>
<br>
Tel.: 07071/206-463, Fax: 07071/206-499<br>
eMail: <a href="mailto:mueller@tropenklinik.de" target="_blank">mueller@tropenklinik.de</a><br>
Internet: <a href="http://www.tropenklinik.de" target="_blank">www.tropenklinik.de</a><br>
-----------------------------------------------<br>
<br>
<br>
_______________________________________________<br>
Gluster-users mailing list<br>
<a href="mailto:Gluster-users@gluster.org" target="_blank">Gluster-users@gluster.org</a><br>
<a href="http://supercolony.gluster.org/mailman/listinfo/gluster-users" target="_blank">http://supercolony.gluster.org/mailman/listinfo/gluster-users</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div></div></div><span class="HOEnZb"><font color="#888888">-- <br><div dir="ltr"><font color="#666666"><b>Raghavendra Talur </b></font><div><br></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><font color="#666666"><b>Raghavendra Talur </b></font><div><br></div></div>
</div>