Re: [Gluster-users] File renaming not geo-replicated

2019-01-22 Thread Sunny Kumar
Hi Arnaud, To analyse this behaviour I need log from slave and mount log also from slave and not just snips please share complete log. You can find logs from master - var/log/glusterfs/geo-replication/* and for slave var/log/glusterfs/geo-replication-slave/* on slave node. - Sunny ___

Re: [Gluster-users] File renaming not geo-replicated

2019-01-22 Thread Arnaud Launay
Hello Sunny, Le Mon, Dec 17, 2018 at 04:19:04PM +0530, Sunny Kumar a écrit: > Can you please share geo-replication log for master and mount log form slave. Master log, when doing root@prod01:/srv/www# touch coin2.txt && sleep 30 && mv coin2.txt bouh42.txt root@prod01:/srv/www# ==> gsyncd.log <

Re: [Gluster-users] File renaming not geo-replicated

2018-12-17 Thread Sunny Kumar
Hi Arnaud, Can you please share geo-replication log for master and mount log form slave. - Sunny On Mon, Dec 17, 2018 at 4:09 PM Arnaud Launay wrote: > > Hello Sunny, > > Thanks for the feedback. > > Le Mon, Dec 17, 2018 at 03:59:07PM +0530, Sunny Kumar a écrit: > > This is how it supposed to w

Re: [Gluster-users] File renaming not geo-replicated

2018-12-17 Thread Arnaud Launay
Hello Sunny, Thanks for the feedback. Le Mon, Dec 17, 2018 at 03:59:07PM +0530, Sunny Kumar a écrit: > This is how it supposed to work on any file system including GlusterFS. > root@prod01:/srv/www# touch foo.txt && mv foo.txt bar.txt > Here foo.txt is created and then it is renamed to bar.txt >

Re: [Gluster-users] File renaming not geo-replicated

2018-12-17 Thread Sunny Kumar
Hi Arnaud, This is how it supposed to work on any file system including GlusterFS. root@prod01:/srv/www# touch foo.txt && mv foo.txt bar.txt Here foo.txt is created and then it is renamed to bar.txt root@prod01:/srv/www# ls -l foo.txt bar.txt ls: cannot access 'foo.txt': No such file or directo

Re: [Gluster-users] File renaming not geo-replicated

2018-12-17 Thread Arnaud Launay
Hello, Should I open a bug somewhere for hoping to get an answer ? Thanks, Arnaud. Le Mon, Dec 10, 2018 at 01:15:30PM +0100, Arnaud Launay a écrit: > We have a simple glusterfs setup, with one volume replicated on two > servers, and on a third one using georeplication. > > Environment: > - Debi

[Gluster-users] File renaming not geo-replicated

2018-12-10 Thread Arnaud Launay
Hello, We have a simple glusterfs setup, with one volume replicated on two servers, and on a third one using georeplication. Environment: - Debian 9 stretch uptodate - gluster repository: deb [arch=amd64] https://download.gluster.org/pub/gluster/glusterfs/4.1/LATEST/Debian/stretch/amd64/apt str