Alex lx
lx commented on pull request Deuxfleurs/garage#691 2024-01-24 08:19:41 +00:00
convert_db: allow LMDB map size override

Thanks for the work!

lx pushed to talk-fosdem-24 at Deuxfleurs/garage 2024-01-23 16:26:02 +00:00
c7dad980b7 [talk-fosdem-24] remove geodistrib paper shot
lx pushed to talk-fosdem-24 at Deuxfleurs/garage 2024-01-23 15:51:37 +00:00
c2541f280c [talk-fosdem-24] WIP, write talk, modify lots of assets
lx commented on pull request Deuxfleurs/garage#691 2024-01-23 10:43:11 +00:00
convert_db: allow LMDB map size override

I'm surprised that an enum with no variants causes a compilation issue, I thought it would just mean "this code is unreachable" for the compiler. I think it's a known practice to use an empty enum…

lx pushed to main at Deuxfleurs/nixcfg 2024-01-22 22:21:31 +00:00
e98ec690b9 staging: updates
e89d1c82bb tlsproxy: bind on 127.0.0.1 explicitly to avoid ipv6 issues
27242fbf70 staging: cluster upgrades
6db49e0059 staging: remove nix mutual cache
Compare 4 commits »
lx created branch talk-fosdem-24 in Deuxfleurs/garage 2024-01-22 17:52:37 +00:00
lx pushed to talk-fosdem-24 at Deuxfleurs/garage 2024-01-22 17:52:37 +00:00
4de7ac6023 FOSDEM'24 talk WIP
lx deleted branch prez-seed-webinar-202401 from Deuxfleurs/garage 2024-01-22 13:49:10 +00:00
lx merged pull request Deuxfleurs/garage#693 2024-01-22 13:49:09 +00:00
doc: add presentation at seed webinar 2024-01-12
lx pushed to main at Deuxfleurs/garage 2024-01-22 13:49:09 +00:00
7a3b863150 Merge pull request 'doc: add presentation at seed webinar 2024-01-12' (#693) from prez-seed-webinar-202401 into main
d2c40b12e8 doc/talks: refactor assets
cf0abbfe42 rm abstract
60f0bd03b6 doc: add talk for SEED webinar
Compare 4 commits »
lx pushed to prez-seed-webinar-202401 at Deuxfleurs/garage 2024-01-22 13:44:00 +00:00
d2c40b12e8 doc/talks: refactor assets
lx created pull request Deuxfleurs/garage#693 2024-01-22 13:34:59 +00:00
doc: add presentation at seed webinar 2024-01
lx pushed to prez-seed-webinar-202401 at Deuxfleurs/garage 2024-01-22 13:34:03 +00:00
cf0abbfe42 rm abstract
lx commented on pull request Deuxfleurs/garage#691 2024-01-22 13:31:02 +00:00
convert_db: allow LMDB map size override

This is no longer specific to the output db, so maybe rename it db_open ?

lx commented on pull request Deuxfleurs/garage#691 2024-01-22 13:31:02 +00:00
convert_db: allow LMDB map size override

Similarly, comment should be updated to say that it applies to either input or output db

lx suggested changes for Deuxfleurs/garage#691 2024-01-22 13:31:02 +00:00
convert_db: allow LMDB map size override

LGTM, we can merge this part first. Just two minor changes since the db parameters are no longer specific to the output db

lx commented on pull request lx/netapp#13 2024-01-22 11:19:45 +00:00
Support unix sockets

Hi @networkException, I have not forgotten this PR, it's on my radar for inclusion at some point in the next few months. Sorry for the wait.

lx commented on issue Deuxfleurs/garage#692 2024-01-22 11:15:18 +00:00
Multi-char delimiters, was: CocroachDB backup failes with 400 bad request

I was wondering if there might be a "gotcha" in S3, for example: multi-character delimiters being accepted but only the last character actually being taken into account. To make sure that the full…

lx commented on pull request Deuxfleurs/garage#691 2024-01-22 11:06:36 +00:00
convert_db: allow LMDB map size override

I have added the Engine enum into db module on assumption it is generic enough and may be useful to have it there. If it is not correct, let me know and I will move it to cli::convert_db…

lx commented on issue Deuxfleurs/garage#644 2024-01-22 11:03:15 +00:00
Occasional reference counter mismatches

is it plausible that running scrub could clear those errors?

In theory, scrub is completely unrelated. If the number of errors went down, I think it's more because Garage finally realized…