mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #377] Zillions of connections created, Nothing else happens. #197
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#197
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 @Think7 on GitHub (Mar 19, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/377
Hello,
I'm attempting to use s3fs with an OpenStack Swift Container.
Below is the command i'm running and it's subsequent output. I then attempted to list the directory contents with ls-la.
It just cycles endlessly never listing the directory contents or allowing me to insert new files.
@ggtakec commented on GitHub (Mar 22, 2016):
@Think7 How many files in top directory(mount point) do you have?
If you have a lot of files in directory, the response of s3fs would not good at first time.
Because s3fs requests for listing objects in directory object, and requests HEAD for each file objectf for getting meta data(permission).
To improve performance, you can increase multireq_max option value.
And max_stat_cache_size option helps for second access.
If your problem is likely failure of s3fs(something error), we want reproducible information(ex. how many files in dir etc.).
Thanks in advance for your assistance.
Regrads,
@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.