mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #907] mount command hangs while mounting s3fs #525
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#525
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 @kaushalender on GitHub (Jan 20, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/907
I am trying mount my s3 bucket on rhel 6.7 and it gets stuck while mounting the bucket.So i decided to run it with strace to see what exactly happening.So s3fs stuck after issuing following command ."mount("s3fs","/s3mnt""fuse.s3fs",MS_NOSUID|MS_NODEV,"fd=4,rootmode=40000,user_id=0,group_id=0")".Following is the details
s3fs --version
Amazon Simple Storage Service File System V1.84(commit:e8033f9) with OpenSSL
Copyright (C) 2010 Randy Rizun rrizun@gmail.com
License GPL2: GNU GPL version 2 http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Version of fuse being used
pkg-config --modversion fuse
2.9.4
Kernel information
uname -r
2.6.32-754.3.5.el6.x86_64
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.7 (Santiago)
s3fs command line used, if applicable
[root@ip-192-168-5-8 /]# s3fs bucket[:/vas-app-logs] /app-logs -o passwd_file=/etc/passwd-s3fs -o use_path_request_style -o -d -d -f
/var/log/messages
Strace logs
@gaul commented on GitHub (Feb 2, 2019):
s3fs does not work well on RHEL 6 due to limitations with its FUSE implementation. Does this work if you run on RHEL 7?
@gaul commented on GitHub (Jun 25, 2019):
Please reopen if the suggested workaround does not address your symptoms.