suganoo / s3fs

Automatically exported from code.google.com/p/s3fs
0 stars 0 forks source link

'ls $directory' hangs indefinitely on Walrus #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install Eucalyptus 1.6.2, create a Walrus bucket
2. Build s3fs r188
3. ./s3fs -o host=http://$WALRUS_HOST:8773 -o servicepath=/services/Walrus/ -o 
accessKeyId=$ACCESS_KEY -o secretAccessKey=$SECRET $BUCKET /mnt/$BUCKET
4. ls /mnt/BUCKET

What is the expected output? What do you see instead?
Expect to see a directory listing.
See nothing, because the 'ls' command hangs until the s3fs process is killed.

What version of the product are you using? On what operating system?
r188 on OEL5.4 (RHEL5.4 with some add-ons)

Please provide any additional information below.
I have created and posted a small fix for this problem here: 
http://github.com/mjmac/s3fs-walrus/commit/b16729a341e195ffcd004cd45de9876f5e4d1
771

Original issue reported on code.google.com by mjma...@gmail.com on 23 Jun 2010 at 6:48

GoogleCodeExporter commented 8 years ago
Is this still an issue?  Has the patch been tested to see if it has an adverse 
effect on normal operation with S3 buckets?

Original comment by dmoore4...@gmail.com on 14 Feb 2011 at 6:41

GoogleCodeExporter commented 8 years ago

Original comment by dmoore4...@gmail.com on 9 Mar 2011 at 2:02