• Joined on 2022-12-30
jpds pushed to doc-ejabberd-s3 at jpds/garage 2023-06-16 17:27:33 +00:00
2d727dd181 apps/index.md: Fixed endpoint URL example.
d81b9cc488 operations/durability-repairs.md: Added note about randomized scrub times.
c69d3c77bc cookbook/encryption.md: Added Cyberduck note.
a6be6068f3 cookbook/encryption.md: Added note on XMPP.
a6ce1693bd docs/apps: Added ejabberd section.
Compare 5 commits »
jpds pushed to doc-ejabberd-s3 at jpds/garage 2023-06-15 19:23:16 +00:00
da068b1697 apps/index.md: Fixed endpoint URL example.
5cd030eff4 operations/durability-repairs.md: Added note about randomized scrub times.
1b59ac9b39 cookbook/encryption.md: Added Cyberduck note.
2097277459 cookbook/encryption.md: Added note on XMPP.
81f36c10ac docs/apps: Added ejabberd section.
Compare 5 commits »
jpds created branch doc-ejabberd-s3 in jpds/garage 2023-06-15 17:07:48 +00:00
jpds pushed to doc-ejabberd-s3 at jpds/garage 2023-06-15 17:07:48 +00:00
03a5235a98 apps/index.md: Fixed endpoint URL example.
2b6cdbe6d2 operations/durability-repairs.md: Added note about randomized scrub times.
a6c150419d cookbook/encryption.md: Added Cyberduck note.
3604219442 cookbook/encryption.md: Added note on XMPP.
9e9a0fcc79 docs/apps: Added ejabberd section.
Compare 10 commits »
jpds commented on pull request Deuxfleurs/garage#582 2023-06-08 13:27:22 +00:00
WIP: block/repair.rs: Initial implementation of scrub checkpointing

@lx I have tunnel-vision from looking at this code for too long - can you please take a look and tell me what would be the best way to hook the last_hash in next() to the last_path ?

jpds created pull request Deuxfleurs/garage#582 2023-06-08 13:26:03 +00:00
WIP: block/repair.rs: Initial implementation of scrub checkpointing
jpds created branch scrub-last-hash-persister in jpds/garage 2023-06-08 12:12:21 +00:00
jpds pushed to scrub-last-hash-persister at jpds/garage 2023-06-08 12:12:21 +00:00
41d4817eeb block/repair.rs: Initial implementation of scrub checkpointing.
jpds created pull request Deuxfleurs/garage#581 2023-06-08 12:11:29 +00:00
payload.rs: Fixed two typoes
jpds created branch payload-typoes in jpds/garage 2023-06-08 12:10:44 +00:00
jpds pushed to payload-typoes at jpds/garage 2023-06-08 12:10:44 +00:00
8a945ee996 payload.rs: Surround / in inverted commas.
180992d0f1 payload.rs: Fixed typo in error message.
44548a9114 Merge pull request 'feature: Register consul services with agent API' (#567) from unrob/garage:roberto/consul-agent-registration into main
32ad4538ee fix references to old config names
ef8a7add08 set default for [consul-services] api
Compare 10 commits »
jpds commented on pull request lx/netapp#9 2023-05-24 08:32:05 +00:00
netapp.rs: Set SO_REUSEPORT on listen_addr with TcpSocket.

SO_REUSEPORT was intentionnally designed for better load-balancing between several server processes

The documentation is a bit unclear, but I believe it also provides load-balancing across…

jpds pushed to reuseport-lb-freebsd at jpds/netapp 2023-05-21 19:44:59 +00:00
d66376634f Cargo.toml: Bump tokio.
jpds created branch reuseport-lb-freebsd in jpds/netapp 2023-05-21 19:08:11 +00:00
jpds pushed to reuseport-lb-freebsd at jpds/netapp 2023-05-21 19:08:11 +00:00
dc358ebcf8 netapp.rs: Set SO_REUSEPORT_LB on FreeBSD.
jpds created pull request lx/netapp#9 2023-05-21 13:25:16 +00:00
netapp.rs: Set SO_REUSEPORT on listen_addr with TcpSocket.
jpds pushed to so-reuseport at jpds/netapp 2023-05-21 13:24:16 +00:00
a1f0985638 netapp.rs: Set SO_REUSEPORT on listen_addr with TcpSocket.
jpds created branch so-reuseport in jpds/netapp 2023-05-20 15:59:06 +00:00
jpds pushed to so-reuseport at jpds/netapp 2023-05-20 15:59:06 +00:00
37f3a04e27 netapp.rs: Set SO_REUSEPORT on listen_addr.
e3b04e83d7 bump version to v0.6.1
6e0318ca05 Merge branch 'main' of git.deuxfleurs.fr:lx/netapp
e25273c138 Merge pull request 'Bumped lru to 0.10.' (#8) from jpds/netapp:lru-0.10 into main
4780c62523 Bumped lru to 0.10.
Compare 10 commits »
jpds commented on issue Deuxfleurs/garage#578 2023-05-20 14:45:59 +00:00
Is Garage production already? and other questions

[Not a Garage team member, but a user]

Is Garage production already?

Garage hasn't had a v1 release, so it's not considered to be "stable" and will of course have changes until a more…