[Bugs] [Bug 1660225] geo-rep does not replicate mv or rename of file

bugzilla at redhat.com bugzilla at redhat.com
Tue Apr 2 04:37:39 UTC 2019


https://bugzilla.redhat.com/show_bug.cgi?id=1660225

asender at testlabs.com.au <asender at testlabs.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |asender at testlabs.com.au



--- Comment #11 from asender at testlabs.com.au <asender at testlabs.com.au> ---
You can try this simple test to reproduce the problem.

On Master
[svc_sp_st_script at hplispnfs30079 conf]$ touch test.txt
[svc_sp_st_script at hplispnfs30079 conf]$ vi test.txt 
a
b
c
d

[svc_sp_st_script at hplispnfs30079 conf]$ ll test.txt 
-rw-r----- 1 svc_sp_st_script domain users 8 Apr  2 14:59 test.txt


On Slave
[root at hplispnfs40079 conf]# ll test.txt 
-rw-r----- 1 svc_sp_st_script domain users 8 Apr  2 14:59 test.txt

[root at hplispnfs40079 conf]# cat test.txt 
a
b
c
d

On Master
[svc_sp_st_script at hplispnfs30079 conf]$ mv test.txt test-moved.txt
[svc_sp_st_script at hplispnfs30079 conf]$ ll test-moved.txt 
-rw-r----- 1 svc_sp_st_script domain users 8 Apr  2 14:59 test-moved.txt

On Slave
File is not deleted, test-moved.txt does not exist and is not replicated.

[root at hplispnfs40079 conf]# ll testfile 
-rw-r----- 1 svc_sp_st_script domain users 6 Apr  2 14:52 testfile

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Bugs mailing list