hi, my testing: # glusterd -V glusterfs 3.4.0 built on Jul 25 2013 04:12:26 # smbd -V Version 3.6.9-151.el6 samba-gluster-vfs: git://forge.gluster.org/samba-glusterfs/samba-glusterfs-vfs.git smb.conf: [gvol] comment = For samba export of volume test vfs objects = glusterfs glusterfs:volfile_server = localhost glusterfs:volume = two path = / read only = no guest ok = yes On linux client, but dd testing will be pending. dd if=/dev/zero of=data bs=64k count=10000, successfully. dd if=/dev/zero of=data bs=128k count=10000, pending. Samba4.1 needed? Thanks. -terrs On Mon, 29 Jul 2013 02:10:10 -0700 Anand Avati <anand.avati@xxxxxxxxx> wrote: > On Mon, Jul 29, 2013 at 1:56 AM, Nux! <nux@xxxxxxxxx> wrote: > > > On 29.07.2013 07:16, Daniel Müller wrote: > > > >> But you need to have gluster installed!? Which version? > >> Samba4.1 does not compile with the lates glusterfs 3.4 on CentOs 6.4. > >> > > > > From what JM said, it builds against EL6 Samba (3.6) and it has also been > > added to upstream. > > > You will need the latest Samba 4.1 release (or git HEAD),and > glusterfs-api-devel RPM (with its deps) installed at the time of building > Samba to get the vfs module built. > > Avati