On 09/19/2013 01:30 PM, Daniel M?ller wrote: > I logon to the samba4 domain. To set the home directory with the dsa.msc > tool from a windows client-->there profile > even the tool complaining the directory could not be created. It is on my > linux box on the glusterd root /raid5hs.. > The home directories are on a gluster volume exported using samba 4: > [home] > path= /mnt/glusterfs/ads/home <---- my glusterfs-client mount > readonly = No > posix locking =NO > vfs objects = acl_xattr <--- set but no function > > I do a "mount -t glusterfs 172.17.1.1:/sambacluster /mnt/glusterfs -o ac" > no result. > I think this is an issue of the glusterfs 3.4 client Do you observe the same behavior if stat-prefetch is disabled in the volume? stat-prefetch translator can be disabled through the following configuration command: #gluster volume set <volname> stat-prefetch off -Vijay