guyson / s3fs

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

Performance problem #444

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I installed s3fs 1.74 on a ubuntu 14.04 (amazon ec2) can mount it and worked 
fine. I installed s3cmd 1.1.0 worked fine.

Now I copy a file via cp a b (s3fs) and s3cmd get s3://xxx/ . 

and the copy never comes back and the get runs at 25MB/s  the file I use for 
the test has 75M. 

The only point I can se is the fstab entry: 

s3fs#xxxx /aws fuse  
retries=5,use_cache=/mnt,default_acl=public-read-write,allow_other,_netdev,nosui
d,nodev,url=http://s3.amazonaws.com 0 0

Any idea what I make wrong .... 

===================================================================
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.
===================================================================
Version of s3fs being used (s3fs --version):

Version of fuse being used (pkg-config --modversion fuse):

System information (uname -a):

Distro (cat /etc/issue):

s3fs command line used (if applicable):

/etc/fstab entry (if applicable):

s3fs syslog messages (grep s3fs /var/log/syslog):

Original issue reported on code.google.com by rai...@lisim.com on 18 Oct 2014 at 11:03

GoogleCodeExporter commented 9 years ago
Hi, Rainer

I think about possibility for this problem.
One of it, "use_cache=/mnt" should be change to "/tmp" etc, because /mnt is 
usually mount point.

Please try to it, and if you can, start to try to run s3fs with minimum 
parameters.

Regards,

Original comment by ggta...@gmail.com on 21 Oct 2014 at 3:34

GoogleCodeExporter commented 9 years ago
Hi

I'm going to close this issue.
If you have been had this issue yet, please post new issue on 
Github(https://github.com/s3fs-fuse/s3fs-fuse).
We moved s3fs project to Github, and please use latest version.

Regards,

Original comment by ggta...@gmail.com on 7 Feb 2015 at 3:38