Hi Gerry, Is your TLA latest? because the same setup is working fine for me. I have four clients: I am in /mnt directory: bash-3.1# ls gluster? gluster1: gluster2: gluster3: gluster4: bash-3.1# touch /mnt/gluster1/one bash-3.1# touch /mnt/gluster2/two bash-3.1# touch /mnt/gluster3/three bash-3.1# touch /mnt/gluster4/four bash-3.1# ls gluster? gluster1: four one three two gluster2: four one three two gluster3: four one three two gluster4: four one three two bash-3.1# ls /export/dir? <-- this is the backend storage /export/dir1: four one three two /export/dir2: four one three two /export/dir3: four one three two /export/dir4: four one three two bash-3.1# On 7/2/07, Gerry Reno <greno@xxxxxxxxxxx> wrote:
I compiled the latest tla but still I do not see any AFR replication happening in my setup: ============================================ [root@grp-01-20-01 glusterfs]# find /mnt/glusterfs* /mnt/glusterfs0 /mnt/glusterfs0/file0 /mnt/glusterfs0/file2 /mnt/glusterfs0/file1 /mnt/glusterfs1 /mnt/glusterfs1/file0 /mnt/glusterfs1/file2 /mnt/glusterfs1/file1 /mnt/glusterfs2 /mnt/glusterfs2/file0 /mnt/glusterfs2/file2 /mnt/glusterfs2/file1 /mnt/glusterfs3 /mnt/glusterfs3/file0 /mnt/glusterfs3/file2 /mnt/glusterfs3/file1 ============================================ [root@grp-01-20-01 glusterfs]# service iptables stop Flushing firewall rules: [ OK ] Setting chains to policy ACCEPT: filter [ OK ] Unloading iptables modules: [ OK ] ============================================ [root@grp-01-20-01 glusterfs]# touch /mnt/glusterfs0/file7 [root@grp-01-20-01 glusterfs]# find /mnt/glusterfs* /mnt/glusterfs0 /mnt/glusterfs0/file7 <---- /mnt/glusterfs0/file0 /mnt/glusterfs0/file2 /mnt/glusterfs0/file1 /mnt/glusterfs1 /mnt/glusterfs1/file0 /mnt/glusterfs1/file2 /mnt/glusterfs1/file1 /mnt/glusterfs2 /mnt/glusterfs2/file0 /mnt/glusterfs2/file2 /mnt/glusterfs2/file1 /mnt/glusterfs3 /mnt/glusterfs3/file0 /mnt/glusterfs3/file2 /mnt/glusterfs3/file1