Mikhail f. Shiryaev

Results 117 comments of Mikhail f. Shiryaev

Is there a way to limit the rate? It will be 1000% ok for us, and better than the completely unusable current state *upd* Hmm, I'm trying `--max-flushers=1,--max-parallel-parts=1,--max-parallel-copy=1` now *upd2*...

Thanks, I've created the topic on their forum! https://community.cloudflare.com/t/r2-returning-error-signaturedoesnotmatch-instead-of-http-code-429/423199

Just a reference for anybody looking for proper settings, that's what works for us: `packages /a/path/to/mounted/r2 fuse.geesefs _netdev,user_id=1000,group_id=1000,--cheap,--file-mode=0666,--dir-mode=0777,--endpoint=https://accountid.r2.cloudflarestorage.com,--shared-config=/a/path/to/.r2_auth,--memory-limit=2050,--gc-interval=100,--max-flushers=2,--max-parallel-parts=3,--max-parallel-copy=2 0 0` I've installed a pretty thin instance, it has only 4GiB...

hmm, unfortunately, even with these settings I have a stuck client during copying files from another r2 directory `Oct 27 08:54:33 ip-172-31-87-196 /usr/bin/geesefs[1710]: main.ERROR Failed to flush part 6 of...

Hmm, may it be related to a "solved" incident? https://www.cloudflarestatus.com/incidents/894125897dd7

https://community.cloudflare.com/t/r2-returning-error-signaturedoesnotmatch-instead-of-http-code-429/423199 Nothing yet.. A throttling looks like quite a decent solution

Hello, and happy New Year! Recently our deployment failed because of some failure, and it was pretty hard to determine how to fix it, but the main reason was the...

And, BTW, I can't reproduce the issue with boto3 parallel upload. I use 100 threads to R2 with the standard `s3_client.upload_file`. It has done 1000 files uploads in 4 seconds,...

Thanks, I'll try the latest release https://github.com/yandex-cloud/geesefs/releases/tag/v0.40.0 then.