Alex lx
lx created branch bucket-id-prefix in Deuxfleurs/garage 2024-03-19 15:58:24 +00:00
lx pushed to block-ref-repair at Deuxfleurs/garage 2024-03-19 15:24:47 +00:00
3eab639c14 [block-ref-repair] mention garage block repair-rc in documentation
lx pushed to block-ref-repair at Deuxfleurs/garage 2024-03-19 15:20:29 +00:00
3165ab926c [block-ref-repair] rename rc's rc field to rc_table
dc0b78cdb8 [block-ref-repair] Block refcount recalculation and repair
Compare 2 commits »
lx pushed to block-ref-repair at Deuxfleurs/garage 2024-03-19 15:12:22 +00:00
66c11cee63 [block-ref-repair] rename rc's rc field to rc_table
lx pushed to block-ref-repair at Deuxfleurs/garage 2024-03-19 12:00:31 +00:00
fa92046a5d [block-ref-repair] Block refcount recalculation and repair
lx pushed to block-ref-repair at Deuxfleurs/garage 2024-03-19 11:57:56 +00:00
78c3679113 [block-ref-repair] Block refcount recalculation and repair
lx pushed to block-ref-repair at Deuxfleurs/garage 2024-03-19 11:55:39 +00:00
d83865d8d7 [block-ref-repair] Block refcount recalculation and repair
lx pushed to block-ref-repair at Deuxfleurs/garage 2024-03-19 11:36:30 +00:00
fb0be02617 [block-ref-repair] garage repair block-rc
lx created pull request Deuxfleurs/garage#782 2024-03-19 10:06:55 +00:00
WIP: block refcount repair
lx pushed to block-ref-repair at Deuxfleurs/garage 2024-03-19 10:06:11 +00:00
e58370e036 [block-ref-repair] Block refcount recalculation, hooked at 2 locations
lx created branch block-ref-repair in Deuxfleurs/garage 2024-03-19 10:06:10 +00:00
lx pushed to main at Deuxfleurs/garage 2024-03-19 09:34:19 +00:00
693b89b94b Merge pull request 'Update WinSCP link in documentation' (#781) from stefano/garage:main into main
cf344d73d5 Update WinSCP link in documentation
Compare 2 commits »
lx merged pull request Deuxfleurs/garage#781 2024-03-19 09:34:17 +00:00
Update WinSCP link in documentation
lx closed issue Deuxfleurs/garage#780 2024-03-19 09:34:17 +00:00
Broken link in documentation to WinSCP
lx commented on pull request Deuxfleurs/garage#781 2024-03-19 09:34:12 +00:00
Update WinSCP link in documentation

Thank you!

Fix #780

lx commented on issue Deuxfleurs/garage#780 2024-03-19 09:06:11 +00:00
Broken link in documentation to WinSCP
lx pushed to next-0.10 at Deuxfleurs/garage 2024-03-18 19:19:36 +00:00
0038ca8a78 Merge branch 'main' into next-0.10
lx pushed to next-0.10 at Deuxfleurs/garage 2024-03-18 19:18:09 +00:00
4901ae7616 Merge branch 'main' into next-0.10
1a0bffae34 Merge pull request 'Use connection pooling in sqlite backend' (#779) from sqlite-r2d2 into main
b55f52a9b7 [sqlite-r2d2] run integration test with all db engines
e8f9718ccd [sqlite-r2d2] implement connection pooling in sqlite backend
fd2e19bf1b Merge pull request 'metadata db snapshotting' (#775) from db-snapshot into main
Compare 15 commits »
lx closed issue Deuxfleurs/garage#772 2024-03-18 19:14:59 +00:00
segfault on startup
lx commented on issue Deuxfleurs/garage#778 2024-03-18 19:14:39 +00:00
LMDB: MDB_BAD_VALSIZE error

Do you have objects with very long names? LMDB keys are limited to 511 bytes, and Garage uses 32 of those bytes to store the bucket ID, so you cannot have an object with a key longer than 479…