-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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 <[email protected]>
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 [email protected] on 15 Apr 2014 at 11:46