mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1020] rsync issue large files #560
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#560
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DigitalCyberSoft on GitHub (Apr 25, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1020
This is from the latest built version of s3fs
There are two files in the same folder that have the same issue. This causes future rsync's to download the file and compare it, which is of course not wanted. The problem does not occur with any of the smaller files in the directory.
Is there a reason s3fs wouldn't be able to set the appropriate stats on a large file, but handle small files correctly?
@DigitalCyberSoft commented on GitHub (Apr 25, 2019):
Some other similar issues for large files:
rsync: failed to set times on "/mnt/data/gtld/csvs.com.simple.tar.gz": Input/output error (5) rsync: ftruncate failed on "/mnt/data/gtld/out/com.gz": Operation not permitted (1) rsync: failed to set times on "/mnt/data/gtld/out/com.gz": Input/output error (5)@DigitalCyberSoft commented on GitHub (Apr 27, 2019):
Related error. Race condition for large files perhaps?
@gaul commented on GitHub (Jul 9, 2019):
To me it looks like one of the multipart transfers failed despite retrying. Debug logs
-d -d -o curldbgwould help confirm this.FWIW I successfully rsynced a large modified file, actually different Linux kernels with the same name, using 1.85:
@gaul commented on GitHub (Feb 3, 2020):
Closing due to inactivity. Please reopen if symptoms persist.