Closed GoogleCodeExporter closed 9 years ago
Sorry the details are as follows:
s3fs version 1.73
Fuse version 2.9.2
Distro Amazon Linux AMI release 2013.03
s3fs command line: s3fs -o allow_other -o use_cache=/tmp/s3fs <bucketname>
/var/www/s3files
Original comment by james...@gmail.com
on 2 Oct 2013 at 3:28
Hi, jamesg3d
s3fs caches file and directory stats as default.
This cache structure has ETag for the object, then if the ETag of object is
changed, s3fs can know to need to update it's stats.
But a case of directory object S3 does not return the ETag, then s3fs's cache
does not have stats information for it.
Then if directory stats is chafed, s3fs can not know it.
But you can take two ways for this problem.
One is that s3fs's stats cache is off by specifying "max_stat_cache_size=0"
option.
The other is specifying the stats cache expire by "stat_cache_expire=xxx"
option.
Please try to do these.
Regards,
Original comment by ggta...@gmail.com
on 6 Oct 2013 at 3:06
Hi,
This issue is left for a long term, and s3fs project moved on
Github(https://github.com/s3fs-fuse/s3fs-fuse).
So I closed this issue.
If you have a problem yet, please post new issue.
Regards,
Original comment by ggta...@gmail.com
on 23 Dec 2013 at 3:22
Original issue reported on code.google.com by
james...@gmail.com
on 2 Oct 2013 at 3:24