mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #1853] s3fs v1.90 issues not seen with v1.89 #945
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#945
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 @UnknownVictim on GitHub (Jan 11, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1853
Additional Information
The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at all.
Keep in mind that the commands we provide to retrieve information are oriented to GNU/Linux Distributions, so you could need to use others if you use s3fs on macOS or BSD
Version of s3fs being used (s3fs --version)
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
Kernel information (uname -r)
GNU/Linux Distribution, if applicable (cat /etc/os-release)
s3fs command line used, if applicable
/etc/fstab entry, if applicable
N/A
s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
Normally, the log only contains a repeat of the s3fs command above.
If I enable debug options, the logs become very large. Will provide if it comes to that.
Setup/Environment Details:
From a CentOS 8 live environment, I am creating Ghost images of physical servers and storing directly to COS via s3fs mount.
Bare Metal server is booted to CentOS 8 live environment.
COS bucket is mounted via s3fs.
Ghost is ran creating an image of the server’s physical hdd(s) and storing the image file(s) directly to the COS mount point created via s3fs.
Details about issue
s3fs v1.89:
No issues. Works fine.
s3fs v1.90:
There is a bottleneck being created when using v1.90. With v1.89, I can get over 1Gbps transfer rates, however with v1.90, ~50Mbps is the max.
This bottleneck is only seen when Ghost is creating the image directly to the COS mount point. If I capture the image files to a local disk first and then copy to the COS mount point, the bottleneck is not seen.
If I capture the image files to a local disk, the padding does not happen and the image file is not corrupted. Same is true when using s3fs v1.89.
Note the increased file size when created directly to COS via s3fs-fuse v1.90.
Ideas?
@gaul commented on GitHub (Jan 24, 2022):
Do you know how to
git bisect? If so, you can narrow down to which commit introduced this regression.Another approach would be to try to disable features to see if one works around the issue, e.g.,
-o max_dirty_data=-1,-o nomixupload,-o nomultipart. This would also help narrow down the issue.Finally it would help to dump the s3fs logs via
s3fs -f -d -o curldbgso we can try to write a test that demonstrates the issue.@gaul commented on GitHub (Sep 8, 2023):
Please test with 1.93 and reopen if your symptoms persist.