mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1625] Size of large file becomes zero after long write #855
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#855
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 @valdisvi on GitHub (Apr 19, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1625
Additional Information
After long write of file (e.g. using dar disk achiver) size of file becomes zero. Please look at recorded video here.
Version of s3fs being used (s3fs --version)
Standard package of Ubuntu 20.04
Amazon Simple Storage Service File System V1.86 (commit:unknown) with GnuTLS(gcrypt)
Version of fuse being used (pkg-config --modversion fuse)
2.9.9
Kernel information (uname -a)
Linux tools 5.4.0-1045-aws #47-Ubuntu SMP Tue Apr 13 07:04:23 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux
GNU/Linux Distribution, if applicable (cat /etc/os-release)
Ubuntu 20.04.2 LTS
s3fs command line used, if applicable
/etc/fstab entry, if applicable
@gaul commented on GitHub (Apr 20, 2021):
s3fs 1.86 is several years old -- try with the latest 1.89 which fixes several data corruption bugs. If this still does not work, please correlate your application behavior with the s3fs debug logs via the
-f -dflags. You should be able to observe individual system calls this way. Also, video is not a good way to report bugs since it is not searchable.@valdisvi commented on GitHub (Apr 20, 2021):
Thanks! I couldn't install newer prebuilt version due too many dependencies, but compilation and installation of version 1.89 from source code solved this issue.