mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #563] I/O error on write, but only when mounted via fstab #316
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#316
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 @Malvineous on GitHub (Apr 11, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/563
Additional Information
Version of s3fs being used (s3fs --version)
V1.80
Version of fuse being used (pkg-config --modversion fuse)
2.9.3-15+deb8u2
System information (uname -a)
Linux 820540e385ef 4.10.2-1-ARCH #1 SMP PREEMPT Mon Mar 13 17:13:41 CET 2017 x86_64 GNU/Linux
Distro (cat /etc/issue)
Debian GNU/Linux 8
s3fs command line used (if applicable)
None (running in Docker container)
Details about issue
I am trying to mount an S3 bucket via
/etc/fstabhowever doing so stops me from being able to create files. If I mount the S3 bucket from the command line with the same options then it works. Why does it fail when mounted from/etc/fstab?@Malvineous commented on GitHub (Apr 11, 2017):
Tried also with Arch Linux, V1.80, fuse 2.9.7 and saw the same problem. No relevant errors in the logs according to
journalctl -n(only one about connecting to the wrong region, which appears during both the failingfstabmount and the successful CLI mount.)@Malvineous commented on GitHub (Apr 11, 2017):
Got some logs from Arch, but they don't really explain much.
This is what happens when the FS is mounted from
fstab:And from the command line:
Looks like when mounted from
fstabit's not computing the signature of files being uploaded?@ggtakec commented on GitHub (Apr 30, 2017):
@Malvineous
There seems to be a difference in URL in the two logs. (S3.amazonaws.com vs my-bucket.s3-us-west-2.amazonaws.com)
This is the difference to make you fix for pasting in the Issue (to avoid publishing the bucket name), is actually the same URL?
(There is no problem if it is the same domain name.)
There should not be any difference between booting from CLI and starting with fstab (mount command).
If it depends on communication error, is it possible to add the curldbg option and log?
Also, if you get a communication timeout, please consider the retries option.
Regards,
@ggtakec commented on GitHub (Mar 30, 2019):
We kept this issue open for a long time.
Is this problem continuing?
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.