mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #429] Mount hangs following upgrade to 1.80 #229
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#229
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 @makered on GitHub (Jun 6, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/429
I recently upgraded from v1.79 to v1.80. At first everything seemed to go well and I was able to access S3 via the mount.
After some time, however, any attempt to access the S3 mount or running disk-related commands (e.g.
df -h) would cause the request to hang until the system was rebooted. The log does not seem to reveal anything suspicious.The mount definition in /etc/fstab is:
s3fs#mybucketname /s3 fuse use_cache=/cache,url=http://s3.amazonaws.com,enable_noobj_cache,enable_content_md5,stat_cache_expire=30,nonempty,allow_other,_netdev,default_permissions,iam_role=MYROLE,parallel_count=10,uid=1004,gid=1001,umask=0002,nodev,noauto 0 0Is there anything more specific I can do to troubleshoot?
Thank you
@ggtakec commented on GitHub (Jun 12, 2016):
Hi, @makered
If you can reproduce, please try to run with the dbglevel options(and curldbg).
I think that it is possible to obtain a detailed debugging information.
However, because the log file will be very large size by these options, please use with caution.
Thanks in advance for your help.
@ggtakec commented on GitHub (Mar 30, 2019):
We kept this issue open for a long time.
We launch new version 1.86, which fixed some problem(bugs).
Please use the latest version.
I will close this, but if the problem persists, please reopen or post a new issue.