mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2176] Transport endpoint is not connected #1106
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#1106
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 @dbartenstein on GitHub (May 30, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2176
Additional Information
Version of s3fs being used (
s3fs --version)V1.89 (commit:unknown)
Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)2.9.9-5
Kernel information (
uname -r)5.10.0-23-cloud-amd64
GNU/Linux Distribution, if applicable (
cat /etc/os-release)Debian GNU/Linux 11 (bullseye)
How to run s3fs, if applicable
[x] /etc/fstab
s3fs syslog messages (
grep s3fs /var/log/syslog,journalctl | grep s3fs, ors3fs outputs)Details about issue
After two weeks without any issues, the mountpoint suddenly stopped working. We had to execute:
I already commented another similar issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/725#issuecomment-1568047863
Hint: we’re using Exoscale, not AWS.
An option I came across is
nodnscache (disable DNS cache)- what exactly happens when the dnscache is enabled (default)? Will s3fs pick up DNS changes automatically, e.g. when the URL suddenly points to a CNAME instead of an A record?Thanks a lot!
@dbartenstein commented on GitHub (May 31, 2023):
Update: we have just upgraded to s3fs 1.92 and will continue monitoring the situation.
But we still wonder what
nodnscache (disable DNS cache)exactly does. For how long is DNS cached when the option is not used? Thanks!@ggtakec commented on GitHub (Jun 10, 2023):
@dbartenstein Thanks for testing with the latest code(v1.92).
You are reporting this error in your logs, is this error preventing s3fs from starting?
If s3fs does not start due to the above error, it means that the mount point(
/var/www/zemtu/public/media) could not be accessed by the s3fs effective user.If the error above and the reason s3fs doesn't start are different, we need to await other log/report by your environment.
Thanks in advance for your assistance.
@dbartenstein commented on GitHub (Jun 12, 2023):
@ggtakec
s3fs had been running for two weeks and then it suddenly stopped with the "Transport endpoint is not connected" error. Only after executing the following lines, the end point was back again:
What exactly is the option
nodnscachedoing?Thanks!
@ggtakec commented on GitHub (Jun 12, 2023):
@dbartenstein
In your environment, it seems better to turn on the
nodnscacheoption.s3fs uses its own DNS cache as default for better performance.
If
nodnscacheis specified, it will not be used and libcurl's default will work. (libcurl keeps the DNS cache for 60 seconds.)Thus, you can still adjust this option for your environment.
@gaul commented on GitHub (Sep 8, 2023):
Please reopen if symptoms persist.
@uncdubdiver commented on GitHub (Sep 15, 2023):
Can I request we reopen this? It's still happening to me constantly.

@gaul commented on GitHub (Sep 15, 2023):
This is a generic symptom that indicates a crash. Please open a new issue for your symptom.