mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #141] Can create/remove objects but content is lost #85
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#85
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 @benkehoe on GitHub (Mar 5, 2015).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/141
Starting with commit
github.com/s3fs-fuse/s3fs-fuse@114966e7c0(I have narrowed it to this commit) I observe the following:The object can be seen to be present in the S3 console, but with a size of 0 bytes.
@gaul commented on GitHub (Mar 5, 2015):
This fails in
small-integration-test.shas well. We should really automate these tests per-pull request via Travis #129!@admorphit commented on GitHub (Mar 7, 2015):
+1
Am using centos 7 and getting error also
Copy command fails
and here's the log
Thoughts?
@admorphit commented on GitHub (Mar 8, 2015):
Managed to resolve the issue today by upgrading fuse from 2.9.2 to 2.9.3. Am using centos 7.
Hope this helps someone.
@ggtakec commented on GitHub (Mar 8, 2015):
Hi,
I confirmed that this is a bug by commit
114966e.I will fix this problem as soon as possible.
Please wait a while.
@ggtakec commented on GitHub (Mar 8, 2015):
I fixed and merged master branch at #143.
Please try to check it.
Thanks in advance for your help.
@benkehoe commented on GitHub (Mar 9, 2015):
Looks fixed to me, and I'm still on fuse 2.9.2. Thanks for the quick response!