mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1033] copying failed for files >10G on RHEL 7.6 #567
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#567
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 @ttdsuen on GitHub (Jun 3, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1033
Additional Information
I was trying to copy some files to an S3 bucket and some files over 10G could not get through with error:
cp: error writing ‘/opt/elk/data/backup1/abc.txt’: Input/output error
cp: failed to extend ‘/opt/elk/data/backup1/abc.txt’: Input/output error
cp: failed to close ‘/opt/elk/data/backup1/abc.txt’: Operation not permitted
abc.txt is a 11G file, and the result of this operation is an empty file at the target location.
Version of s3fs being used (s3fs --version)
Amazon Simple Storage Service File System V1.85(commit:unknown) with OpenSSL
Copyright (C) 2010 Randy Rizun rrizun@gmail.com
License GPL2: GNU GPL version 2 https://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, rpm -qi fuse, dpkg -s fuse)
Name : fuse
Version : 2.9.2
Release : 11.el7
Architecture: x86_64
Install Date: Mon 04 Mar 2019 08:47:46 AM EST
Group : System Environment/Base
Size : 223297
License : GPL+
Signature : RSA/SHA256, Mon 06 Aug 2018 09:13:08 AM EDT, Key ID 199e2f91fd431d51
Source RPM : fuse-2.9.2-11.el7.src.rpm
Build Date : Tue 24 Jul 2018 10:58:28 AM EDT
Build Host : x86-039.build.eng.bos.redhat.com
Relocations : (not relocatable)
Packager : Red Hat, Inc. http://bugzilla.redhat.com/bugzilla
Vendor : Red Hat, Inc.
URL : https://github.com/libfuse/libfuse
Summary : File System in Userspace (FUSE) utilities
Description :
With FUSE it is possible to implement a fully functional filesystem in a
userspace program. This package contains the FUSE userspace tools to
mount a FUSE filesystem.
Kernel information (uname -r)
3.10.0-957.10.1.el7.x86_64
GNU/Linux Distribution, if applicable (cat /etc/os-release)
NAME="Red Hat Enterprise Linux Server"
VERSION="7.6 (Maipo)"
ID="rhel"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="7.6"
PRETTY_NAME="Red Hat Enterprise Linux"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:7.6:GA:server"
HOME_URL="https://www.redhat.com/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"
REDHAT_BUGZILLA_PRODUCT_VERSION=7.6
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="7.6"
s3fs command line used, if applicable
/etc/fstab entry, if applicable
s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages
Details about issue
I have these rpms installed:
fuse-libs-2.9.2-11.el7.x86_64
s3fs-fuse-1.85-1.el7.x86_64
fuse-2.9.2-11.el7.x86_64
libcurl-7.29.0-51.el7.x86_64
libcurl-devel-7.29.0-51.el7.x86_64
Copying smaller files are ok. I have debugged turned on, I got error in the log (see the section on logging message).
In the beginning, I did not put "nomultipart" in the mount option, as I saw errors related to it in debug mode. But even if I put this in, I still hit the same issue.
I tried mounting with another more updated version of curl 7.64.1, but still not working, same error.
@gaul commented on GitHub (Jun 13, 2019):
These logs do not seem to correlate with the error you have experienced. Could you try running your test again and collecting the logs, particularly with the
-o curldbgoption?@capdragon commented on GitHub (Nov 19, 2019):
Same issue here on Ubuntu 18.04 mounting via command, not fstab. I'll try to gather some logs.
@gaul commented on GitHub (Feb 3, 2020):
Closing due to inactivity. Please reopen if symptoms persist.