mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #1731] docker: There is no enough disk space for used as cache(or temporary) directory by s3fs. #889
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#889
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 @molandim on GitHub (Jul 25, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1731
Version of s3fs being used (s3fs --version)
s3fs --version
Amazon Simple Storage Service File System V1.89 (commit:unknown) with GnuTLS(gcrypt)
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
example: 2.9.4
GNU/Linux Distribution, if applicable (cat /etc/os-release)
FROM debian:bullseye-slim
Details about issue
After running the command
s3fs -o use_cache=s3fs_cache bucket_name folder_nameand I am getting the messagefs: There is no enough disk space for used as cache(or temporary) directory by s3fs.I have tried to not use_cache, to set file cache size to 0, but nothing really matters, the error is always the same.
@FATruden commented on GitHub (Sep 27, 2021):
we have the same problem, some times.
mount options:
Amazon Simple Storage Service File System V1.87