Takeshi Nakatani
Takeshi Nakatani
I think this seems like an issue with minio's versioning and listbucket api. We should check if minio's ListBucket returns the deleted object. If the ListBucket result contains deleted objects,...
Getting the result of listbucket which deleted(past versioned) objects in ListBucket is problematic for s3fs. If the listbucket response behaves as if the object exists even though it has been...
@garenchan I checked your modified code and understood it. _(Please correct me if I'm wrong)_ I understood that `minio` listed the objects that should have been deleted in the `ListBucket`...
> Because they might have been deleted. In addition, filler should not be applied to not found objects. Missing objects may exist. This is a case where s3fs considers an...
I found the following Issue: https://github.com/minio/minio/issues/10914 After all, it seems that the directory is listed as if it was not deleted in the bucket when versioning enabled. The only way...
I have prepared the fixed code for testing.(This is similar to garenchan's code.) https://github.com/ggtakec/s3fs-fuse/tree/minio_baseof_no_dir_obj_listing _The explanation is long, but please read it._ I currently post a PR #2023 which fixes...
@creeew @garenchan > * Mount directory will cache the dir stat even the dir was deleted by other mount. The stat cache of s3fs has its size and expiration time....
The reason for this seems to be the poor performance of s3fs's internal processing when some number of jobs for fio. Currently, I found a problem function and reviewing it....
@bhuvanp1305 I have posted PR #2028 for this issue. If you can build and test it, try https://github.com/ggtakec/s3fs-fuse/tree/fix_fdcache_page. Thanks in advance for your help.
PR https://github.com/s3fs-fuse/s3fs-fuse/pull/2028 was merged. If you can try it with master's code, please try it. We will close this issue, but if the problem still exists, please reopen it. _Issue...