Volodkin Vladislav

Results 11 comments of Volodkin Vladislav

Hey @justinas-b, thanks for sharing your use-case! We are working on this issue, but unfortunately, I am not able to share any dates just yet. The policy, that you've attached...

Hey @ejoliet! The `--nogpgcheck` flag is currently required. The package uses a detached signature, so you can verify it separately using the following command: ```bash gpg --verify mount-s3.rpm.asc mount-s3.rpm ```...

Hi @platomedical, thanks for opening this. Currently Mountpoint requires access to the `/dev/fuse` device, which is typically not available inside the container. I am linking this issue to the existing...

Hey @emeryberger, thanks for reporting this issue and sorry for the delay in the response. We've reproduced it and are able to confirm that the problem exists. Here is a...

Hi @nguyenminhdungpg, thanks for reporting this. We don't expect Mountpoint to crash when the disk is full, but it may result in downgraded performance due to errors on writing/reading from...

Thanks for providing additional information. I've extracted the following from your message: Disk type: EBS volume Total disk capacity: 500GB (~491 GiB available for data) Configured max cache size: 450,000...

Hey! Thanks for opening this issue. I can see that you're using t2.nano instance, which has 512MiB of RAM. This explains the OOM as currently Mountpoint [enforces](https://github.com/awslabs/mountpoint-s3/blob/main/mountpoint-s3/src/mem_limiter.rs#L8) the minimum memory...

Hey @aws-hans-pistor, thanks for opening the issue and proposing the code change. We'd like to understand the use-case a bit better before proceeding. I can see that the client already...

We've looked into this issue and willing to state here that, when a single instance of Mountpoint process is used, number of `ListObjectsV2` requests may be reduced by enabling metadata...

I don't think that subsequent writes are actually completed in your example. The following command ignores the error reported by Mountpoint: ``` echo "Hello from the container! $(date -u)" >>...