yangljun / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

Copying the file to s3 mount point folder Input/ouput error #421

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Detailed description of observed behavior:
I am running the flume and it have to create the 64mb file(from the source file 
of 500mb or more),But it not happening and i getting the error like 
"input/output error" 

So i manually try to copy a file size of 90mb to s3 share,but it again show 
error like below

cp: closing `../s3share/test90mb.csv': Input/output error

And one more important thing is, its copying the file size less than 20mb to s3 
share.

Any one can help me out from this issue.

Details as follow:
$ s3fs --version
Amazon Simple Storage Service File System 1.74
Copyright (C) 2010 Randy Rizun <rrizun@gmail.com>
License GPL2: GNU GPL version 2 <http://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.

$ uname -a
Linux  3.2.0-54-virtual #82-Ubuntu SMP Tue Sep 10 20:31:18 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux

$ cat /etc/issue
Ubuntu 12.04.3 LTS \n \l

$ cat /etc/fstab
LABEL=cloudimg-rootfs   /        ext4   defaults        0 0

s3fs syslog messages (grep s3fs /var/log/syslog):
Apr 15 06:55:39 XXXXXXXxx s3fs: init $Rev: 497 $

Original issue reported on code.google.com by boggarap...@gmail.com on 15 Apr 2014 at 11:46

GoogleCodeExporter commented 9 years ago
Hi

Which do you use HTTP or HTTPS accessing S3?
Latest version(on Github) fixed some bugs about connection to S3.
If you use HTTPS, please try to use "sslproblem#23" branch on github.
(https://github.com/s3fs-fuse/s3fs-fuse/tree/sslproblem%2323)
But if you do not, I recommend to use latest version.

Thanks in advance for your help.

Original comment by ggta...@gmail.com on 18 Apr 2014 at 2:06