> I'm starting gluster like this: > sudo glusterfs -f /etc/glusterfs/glusterfs-client.vol /mnt/glusterfs > sudo glusterfsd -f /etc/glusterfs/glusterfs-server.vol > > And do the following to try and trigger it to replicate > sudo ls -alRh /mnt/glusterfs/ > sudo ls -alRh /data/export > sudo ls -alRh /data/export-ns > > Am I missing something? You need to access the file in question from the mountpoint (ls -lR just ends up accessing all the files). Are you accessing it while the file is still open and being written to? self heal of open files will be supported only in 2.1 release. Avati