geesefs icon indicating copy to clipboard operation
geesefs copied to clipboard

Finally, a good FUSE FS implementation over S3

Results 48 geesefs issues
Sort by recently updated
recently updated
newest added

I checked https://cloud.yandex.com/en/docs/storage/tools/geesefs and another resources, but there is no documentation about geesefs mounting parameters. So it is required to install CLI and run geesefs to check documentation about tool....

EC2 configuration: * AMI name: ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-arm64-server-20240207.1 * Instance type: t4g.micro During mounting using command: ```./geesefs --no-checksum --memory-limit 4000 --max-flushers 32 --max-parallel-parts 32 --part-sizes 25 --file-mode=0666 --dir-mode=0777 --region eu-west-1 --endpoint https://s3.amazonaws.com...

restart container, but the csi-s3 occur errors ![image](https://github.com/yandex-cloud/geesefs/assets/138634190/2618f526-abf1-4e2e-ac94-a38b40afff6f)

Hi, team! We used **0.39.1** before and disk cache consumption was quite stable, like 100GB from 1TB partition. But with **0.40.0** cache started to grow continiously and reached about 600GB...

Hi, Reading https://github.com/yandex-cloud/geesefs?tab=readme-ov-file#memory-limit about ENOMEM error for cases where read-ahead-large * processes count > memory-limit Looks as not good limitation for production cases where we can't limit processes count Maybe...

There is lack of application error handling at the fuse level. As a result, there is a mismatch between the data in the bucket and in at the fuse level....

During the last week, I've experienced multiple stuck with a mounted R2 bucket. It happens always in the end during the writing. The command to mount I've tried does not...

Systems with enabled SELinux relabel mounted directory with `fusefs_t` label

Is it possible to get content-encoding (and content-type) via xattrs? Right now in Yandex Cloud Functions mounted bucket I only see `s3.etag` and `user.mtime` (as retrieved by Python's `os.listxattr`)

Install with `helm install --namespace s3 --set secret.accessKey= --set secret.secretKey= csi-s3 yandex-s3/csi-s3` in yandex managed kubernetes + yandex object storage with default options Works in simple cases but crashes on...