mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #1307] s3fs mount with iam_role hangs bash #698
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#698
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 @aufbakanleitung on GitHub (Jun 9, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1307
Version of s3fs being used (s3fs --version)
V1.86
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
Fuse version 1.9.0
Kernel information (uname -r)
Darwin Kernel Version 19.4.0: Wed Mar 4 22:28:40 PST 2020; root:xnu-6153.101.6~15/RELEASE_X86_64
GNU/Linux Distribution, if applicable (cat /etc/os-release)
OSX 10.15.4
s3fs command line used, if applicable
s3fs -o iam_role='admin' drupal-s3-fs ~/Code/s3-drivemountshows:s3fs@osxfuse0 on /Users/herman/Code/s3-drive (osxfuse, nodev, nosuid, synchronous, mounted by herman)Details about issue
The s3fs command doesn't give any feedback and any program that tries to access the mounted folder hangs. Reboot didn't help. The mount is eventually removed and s3fs is no longer visible in Activity monitor, then everything works again. The s3 bucket is accessible to the aws s3 cli.
@gaul commented on GitHub (Oct 10, 2020):
Can you share logs when adding the debug flags
-d -o curldbg?@gaul commented on GitHub (Nov 15, 2020):
Please reopen if symptoms persist.