[Bugs] [Bug 1510342] Not all files synced using geo-replication

bugzilla at redhat.com bugzilla at redhat.com
Thu Nov 9 21:32:32 UTC 2017


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



--- Comment #8 from Dimitri Ars <dimitri.ars at gmail.com> ---
Even further deduced;
echo testing > f1 ; \
ln f1 f2 ; \
mv f2 f3 ; \
unlink f1

Then f3 is the problem file.
If you takeout the unlink things are a bit better but still not correct, we
then have 2 linked files (f1 and f3) on site A, and 2 separate files (f1 and
f3) on site B, both have the correct content, but expected that site B would
have 2 linked files as well..
A:
-rw-r--r--.  2 nexus nexus    8 Nov  9 21:16 f1
-rw-r--r--.  2 nexus nexus    8 Nov  9 21:16 f3
B:
-rw-r--r--.  1 200 200    8 Nov  9 21:16 f1
-rw-r--r--.  1 200 200    8 Nov  9 21:16 f3

If I leave out the rename of the hardlink as well, things go fine. If I then
rename f2 to f3 after waiting for 15 seconds or so (changelog rollover) then
the rename goes fine as well, all correct on both A and B.
It looks kind of like https://bugzilla.redhat.com/show_bug.cgi?id=1448914 which
had this issue for extended attributes. Also looks like
https://bugzilla.redhat.com/show_bug.cgi?id=1296175 was somewhat related.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=QKTZwSo5rZ&a=cc_unsubscribe


More information about the Bugs mailing list