mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1456] Input/output error with GCS: An unexpected TLS packet was received. #763
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#763
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 @afeller-quotient on GitHub (Oct 19, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1456
Version of s3fs being used (s3fs --version)
Amazon Simple Storage Service File System V1.87 (commit:cf86fa5) with OpenSSLVersion of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
Version: 2.9.7-1ubuntu1Kernel information (uname -r)
5.4.0-1025-gcpGNU/Linux Distribution, if applicable (cat /etc/os-release)
s3fs command line used, if applicable
s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
Details about issue
About an hour after mounting, when trying to list files or directories, I get this error
@gaul commented on GitHub (Oct 19, 2020):
I left a GCS bucket mounted overnight and could not reproduce these symptoms:
Can you try the flag
-o nosscacheas a workaround? This may help narrow down the issue. Also can you make sure that your system clock is accurate, e.g.,ntpdis running? Did you suspend your laptop or some similar operation?@afeller-quotient commented on GitHub (Oct 20, 2020):
ntpdis running. It's not laptop, it's an instance in GCEWill check with
-o nosscacheflag, thanks!@afeller-quotient commented on GitHub (Oct 20, 2020):
@gaul looks like it was my fail during build :( works now. Thanks!