mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1580] Connection loss due to authorization errors when using ibm_iam_auth after idling for hours #827
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#827
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 @grishgo-dev on GitHub (Feb 19, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1580
Additional Information
We are using s3fs to mount IBM COS buckets as volumes in kubernetes. When using
ibm_iam_auth, we notice connections to bucket fail with authorization errors, after leaving it idle for hours. Detailed logs are provided below.Note: Logs and details below are collected from developer machine where I was able to reproduce same error.
Version of s3fs being used (s3fs --version)
V1.87
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
2.9.9
Kernel information (uname -r)
20.3.0
GNU/Linux Distribution, if applicable (cat /etc/os-release)
sysctl kern.version
kern.version: Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64
s3fs command line used, if applicable
/etc/fstab entry, if applicable
s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages
Details about issue
When using
ibm_iam_auth, we notice connections to bucket fail with authorization errors, after leaving it idle for hours. Detailed logs are provided below.Note: Logs and details below are collected from developer machine where I was able to reproduce same error.
@grishgo-dev commented on GitHub (Feb 20, 2021):
Fixed in release 1.88
https://github.com/s3fs-fuse/s3fs-fuse/pull/1421
Closing issue.