Alex lx
lx pushed to master at Deuxfleurs/garagehq.deuxfleurs.fr 2024-07-19 09:52:11 +00:00
5b419b0e6a Add translation of open letter
lx pushed to master at Deuxfleurs/garagehq.deuxfleurs.fr 2024-07-14 14:49:06 +00:00
39084fa4f7 add open letter for ngi
lx pushed to main at Deuxfleurs/garage 2024-06-18 12:40:33 +00:00
070a8ad110 Merge pull request 'doc: fix typo' (#831) from Armael/garage:typo into main
88c734bbd9 typo
Compare 2 commits »
lx merged pull request Deuxfleurs/garage#831 2024-06-18 12:40:32 +00:00
doc: fix typo
lx pushed to main at Deuxfleurs/garage 2024-06-18 12:40:10 +00:00
770384cae1 Merge pull request 'add rpc_public_addr_subnet config option' (#817) from flokli/garage:rpc_public_addr_subnet into main
a0f6bc5b7f add rpc_public_addr_subnet config option
Compare 2 commits »
lx merged pull request Deuxfleurs/garage#817 2024-06-18 12:40:08 +00:00
add rpc_public_addr_subnet config option
lx approved Deuxfleurs/garage#817 2024-06-18 12:39:59 +00:00
add rpc_public_addr_subnet config option

Thanks!

lx commented on issue Deuxfleurs/garage#829 2024-05-29 14:46:35 +00:00
Bucket API alias not working

The syntax for GetBucketInfo is [GET /v1/bucket?globalAlias=<alias>](d38509ef4b/doc/drafts/admin-api.md (getbuc)

lx closed issue Deuxfleurs/garage#828 2024-05-29 14:44:31 +00:00
Warnings spam on Docker setup
lx commented on issue Deuxfleurs/garage#828 2024-05-29 14:44:30 +00:00
Warnings spam on Docker setup

You must finish the setup of your cluster as described in the quick start guide by creating a cluster layout.…

lx commented on pull request Deuxfleurs/garage#817 2024-05-29 14:42:29 +00:00
add rpc_public_addr_subnet config option

A reference should also be added in the list that starts on line 93

lx commented on pull request Deuxfleurs/garage#817 2024-05-29 14:42:29 +00:00
add rpc_public_addr_subnet config option

this code calls .trunc() again instead of using the filter_subnet_trunc variable

lx suggested changes for Deuxfleurs/garage#817 2024-05-29 14:42:29 +00:00
add rpc_public_addr_subnet config option

Tiny changes, thanks for your patience

lx commented on issue Deuxfleurs/garage#777 2024-05-24 17:16:13 +00:00
Migrate all metrics under garage_ namespace

Yes, LGTM. We should have done this before the v1.0 release, unfortunately now we will have to wait for v2.0. Sorry.

lx commented on pull request Deuxfleurs/garage#803 2024-05-24 17:13:17 +00:00
Improves Quick Start for users not using Linux

Ping @DougReeder

Otherwise I'll do the rephrasing myself eventually

lx closed issue Deuxfleurs/garage#361 2024-05-24 17:09:36 +00:00
Use SRPT scheduling to improve liveness when sending messages between peers
lx commented on issue Deuxfleurs/garage#361 2024-05-24 17:09:35 +00:00
Use SRPT scheduling to improve liveness when sending messages between peers

The algorithm I have converged on for Garage v1.0 is the following:

  • In priority, poll and send packets for new streams, as these streams have a chance of being short messages and being…
lx pushed to main at Deuxfleurs/wgautomesh 2024-05-24 16:57:16 +00:00
59d315b853 Merge pull request 'update cargo dependencies' (#7) from yuka/wgautomesh:bump-cargo-deps into main
1fa9bcc3e9 update cargo dependencies
Compare 2 commits »
lx merged pull request Deuxfleurs/wgautomesh#7 2024-05-24 16:57:15 +00:00
update cargo dependencies
lx commented on issue Deuxfleurs/garage#738 2024-05-24 16:52:44 +00:00
Can't perform PutObject operation

@Mako Your problem seems to be on the CreateBucket endpoint, so it would be better to open a different issue to discuss it.

To answer your question, it looks like the SDK you are using is…