On 11/07/2011 12:20 PM, Daniel M?ller wrote: > You need to do some tricks to get msoffice files with glusterfs and samba > working. > In your samba share definition: > > [example] > path = /your/path/to share > posix locking =NO<--- important setting > readonly=no > valid users =@yourgroup > directory mask=2770<--set sticky bit for your group > force directory mode=2770 > create mask = 2770 > force create mode=2770 > force security mode=2770 > force directory security mode=2770 > force group = yourgroup > > Its working for me. > If I remember well, we also needed to set oplocks = yes. tamas