Hi ! I'm continuing to test glusterfs, I've a strange problem us replication in fact. My setup is prety easy, i've 3 nodes, and I want to make replication through this 3 nodes Basic configuration: volume mega-replicator type cluster/replicate subvolumes zbrick1 zbrick2 zbrick3 end-volume The scenario: 1) I copy data to the gluster mount point: -> Data is copied on the 3 nodes [OK] 2) I kill zbrick2 glusterfs, I erase data on zbrick2, I remount glusterfs mount point, do a ls -Rl on the mount point, data is replicated to zbrick2 [OK] 3) I do exactly the same thing with zbrick1, when I mount again the zbrick1, I do a ls -Rl on the mount point and there is nothing, the directory is empty. So I do a ls -Rl on the zbrick2 and on zbrick3, and I get the same result, nothing on the mount point. Why ? Note: that I use the latest version from the git repository. Joel