summaryrefslogtreecommitdiffstats
path: root/geo-replication/syncdaemon/resource.py
Commit message (Expand)AuthorAgeFilesLines
* geo-rep: Enable rsync verbose logging for debugging (#1588)Kotresh HR2020-10-211-1/+10
* Merging multiple import into single importkshithijiyer2020-03-271-14/+14
* geo-rep: Fix for "Transport End Point not connected" issueHarpreet Kaur2019-01-071-0/+11
* georep: Merge Worker and Agent as a single processAravinda VK2019-10-231-19/+9
* geo-rep: Fix spelling errorsShwetha K Acharya2019-08-161-1/+1
* geo-rep: performance improvement while syncing renames with existing gfidSunny Kumar2019-09-201-2/+11
* geo-rep: Fix sync hang with tarsshKotresh HR2019-05-081-4/+18
* geo-rep: Fix sync-method configKotresh HR2019-05-081-3/+4
* geo-rep: Fix rename with existing destination with same gfidSunny Kumar2019-04-021-2/+8
* geo-rep: Fix syncing multiple rename of symlinkKotresh HR2019-03-281-9/+14
* geo-rep : fix rename sync on hybrid crawlSunny Kumar2019-01-141-0/+2
* geo-rep: Fix syncing of files with non-ascii filenamesKotresh HR2018-11-171-43/+12
* geo-rep: Fix traceback with symlink metadata syncKotresh HR2018-11-051-15/+11
* geo-rep: Fix issue in gfid-conflict-resolutionKotresh HR2018-10-251-17/+24
* georep: python2 to python3 compat - syscallsKotresh HR2018-10-031-6/+15
* georep: python2 to python3 compatibility-mount writeKotresh HR2018-09-281-3/+9
* georep: python3 compatibility (Popen)Kotresh HR2018-09-241-7/+12
* georep: Fix python3 compatibility (os.pipe)Kotresh HR2018-09-241-2/+2
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-161-2/+2
* geo-rep: Fix issues with gfid conflict handlingKotresh HR2018-07-151-23/+34
* geo-rep: Fix symlink rename syncing issueKotresh HR2018-07-121-2/+9
* core/various: python3 compat, prepare for python2 -> python3Kaleb S. KEITHLEY2018-07-021-1/+1
* geo-rep: Fix geo-rep for older versions of unshareKotresh HR2018-06-071-3/+14
* geo-rep: Fix syncing of symlinkKotresh HR2018-04-131-1/+1
* geo-rep: Remove lazy umount and use mount namespacesKotresh HR2018-02-121-8/+11
* tests: Enable geo-rep test casesKotresh HR2017-08-111-3/+7
* geo-rep: Log message improvementsAravinda VK2017-12-281-2/+2
* geo-rep: Refactoring Config and Arguments parsingAravinda VK2017-06-211-784/+605
* geo-rep: Fix data sync issue during hardlink, renameKotresh HR2017-11-131-2/+11
* geo-rep: Fix rename of directory in hybrid crawlKotresh HR2017-09-211-155/+34
* geo-rep: Add ENODATA to retry list on gfid getxattrKotresh HR2017-10-061-8/+5
* geo-rep: Add ENOTSUP error to retry listKotresh HR2017-10-061-1/+3
* geo-rep: Fix syncing of hardlink of symlinkKotresh HR2017-08-081-58/+39
* geo-rep: Fix syncing of self healed hardlinksKotresh HR2017-07-261-0/+8
* geo-rep: Handle possible entry failures gracefullyKotresh HR2017-06-191-12/+15
* geo-rep: Structured log supportAravinda VK2017-06-151-39/+53
* geo-rep: Fix meta data sync on symlinkKotresh HR2017-05-251-11/+37
* geo-rep: Rsync tunables for performance improvementsAravinda VK2016-12-021-1/+11
* geo-rep: Fix mount cleanupKotresh HR2017-04-071-1/+1
* geo-rep: Remove unlink fop during rmdirKotresh HR2017-04-101-10/+10
* geo-rep: Fix EBUSY tracebackKotresh HR2017-04-071-1/+1
* geo-rep: Improve worker log messagesKotresh HR2017-04-041-0/+8
* geo-rep: Retry on EBUSYKotresh HR2017-03-201-8/+9
* geo-rep: Optionally allow access to mountsKotresh HR2017-03-171-2/+7
* geo-rep: Separate slave mount logs for each connectionKotresh HR2017-01-101-0/+6
* geo-rep: Handle directory sync failure as hard errorKotresh HR2017-01-101-6/+17
* geo-rep: Fix log-rsync-performance config issueAravinda VK2016-12-121-4/+5
* geo-rep: Do not restart workers when log-rsync-performance config changeAravinda VK2016-11-101-2/+4
* geo-rep/eventsapi: Add Master node information in Geo-rep EventsAravinda VK2016-11-161-1/+3
* geo-rep: Handle ENOENT during unlinkAravinda VK2016-11-171-2/+4