[Bugs] [Bug 1287723] New: Handle Rsync/Tar errors effectively
bugzilla at redhat.com
bugzilla at redhat.com
Wed Dec 2 14:25:52 UTC 2015
https://bugzilla.redhat.com/show_bug.cgi?id=1287723
Bug ID: 1287723
Summary: Handle Rsync/Tar errors effectively
Product: GlusterFS
Version: mainline
Component: geo-replication
Assignee: bugs at gluster.org
Reporter: avishwan at redhat.com
CC: bugs at gluster.org, gluster-bugs at redhat.com
Description of problem:
When Changelogs processed in Batch, Geo-rep logs all the GFIDs from that batch
as SKIPPED even when a few GFIDs from the batch failed to sync.
Steps to Reproduce: (Reproduced by introducing GFID conflict)
1. Create a file in Slave mount(say f1)
2. Create files in Master mount and add data to it
echo "Hello" > f1; echo "Hello" > f2; echo "Hello" > f3;
3. All the files Create and Data will be recorded in single changelog.
Rsync/Tar skips f1 but syncs f2 and f3. But it logs GFIDs of f1, f2 and f3 as
SKIPPED.
Actual results:
Logs all the GFIDs as failure.
Expected results:
Only failures should be reported in log.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list