mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #565] Randomly Disconnect #321
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#321
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 @kenanchristian on GitHub (Apr 19, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/565
This is my command to mount the bucket.
s3fs peeqrprofile ./peeqr -o passwd_file=/config/s3fs -o multireq_max=5 -o use_cache=/tmpEverything works well in the past, but now I got
Transport endpoint is not connectedvery often. The only thing that changes is the instance size, I use the s3fs from master branch.When I tried to use the
-fand-dflag, it spits out this log. Anything wrong?@alexisgayte commented on GitHub (Apr 19, 2017):
+1,
It disconnected yesterday and today for me. I am using the V1.80.
I had to unmount and mount again.
@ggtakec commented on GitHub (Apr 30, 2017):
@kenanchristian
Please try to specify retries option or if you can please try to use latest codes in master branch(with building it).
Thanks in advance for your assistance.
@pikitgb commented on GitHub (Mar 14, 2018):
+1 here. This seems to be happening when transfering large amounts of files continuously
@gaul commented on GitHub (Mar 15, 2019):
If someone can reproduce these symptoms, please run with
-f -d. If s3fs is crashing, trygdbso we can get a stack trace viabt.@gaul commented on GitHub (Apr 9, 2019):
Closing due to inactivity. Please reopen if symptoms persist.