Gerry Reno wrote:
My old AFR config is not giving me any replication at all. I write and remove files via the clients but nothing gets replicated. Has the AFR format/syntax changed (since about pre3) ?
Doesn't look like it changed from what I have: volume afr type cluster/afr subvolumes client0 client1 client2 client3 option replicate *:4 end-volume # ps -e | grep gluster 10464 ? 00:00:00 glusterfsd 10467 ? 00:00:00 glusterfsd 10470 ? 00:00:00 glusterfsd 10473 ? 00:00:00 glusterfsd 10477 ? 00:00:00 glusterfs 10481 ? 00:00:00 glusterfs 10485 ? 00:00:00 glusterfs 10489 ? 00:00:00 glusterfs all processes are running. [root@grp-01-30-01 glusterfs]# find /mnt/gluster* /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 all the old files are there So let's put a new one out there: [root@grp-01-30-01 glusterfs]# touch /mnt/glusterfs0/file3 wait... [root@grp-01-30-01 glusterfs]# find /mnt/gluster* /mnt/glusterfs0 /mnt/glusterfs0/file0 /mnt/glusterfs0/file3 <---- /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 but it doesn't replicate anywhere. Gerry