• Joined on 2022-12-30
jpds commented on issue Deuxfleurs/garage#520 2023-03-09 16:55:49 +00:00
Scrub persistence decode error

For this one, I think you can just call persister.save() once when the scrub worker is created

I cannot find a way to easy call this as this is a method of Persister and every part of the…

jpds pushed to migrate-scrubworkerpersisted at jpds/garage 2023-03-09 16:38:48 +00:00
7b65dd24e2 block/repair.rs: Added a timestamp argument to
b70cc0a940 block/repair.rs: Added migration for ScrubWorkerPersisted's time_next_run_scrub.
Compare 2 commits »
jpds pushed to migrate-scrubworkerpersisted at jpds/garage 2023-03-09 16:36:06 +00:00
d3fea59feb block/repair.rs: Added a timestamp argument to
jpds commented on pull request Deuxfleurs/garage#523 2023-03-09 16:07:40 +00:00
block/repair.rs: Added migration for ScrubWorkerPersisted's time_next_run_scrub.

Yep, I was adding that in now - but wanted to verify that the migration was on the right track :-)

jpds commented on pull request Deuxfleurs/garage#523 2023-03-09 15:42:10 +00:00
block/repair.rs: Added migration for ScrubWorkerPersisted's time_next_run_scrub.

@lx Can you please review if this is what you expect from this migration change?

jpds pushed to migrate-scrubworkerpersisted at jpds/garage 2023-03-09 15:41:06 +00:00
e77d540b29 block/repair.rs: Added migration for ScrubWorkerPersisted's time_next_run_scrub.
jpds created pull request Deuxfleurs/garage#523 2023-03-09 15:39:25 +00:00
block/repair.rs: Added migration for ScrubWorkerPersisted's time_next_run_scrub.
jpds pushed to migrate-scrubworkerpersisted at jpds/garage 2023-03-09 15:38:57 +00:00
0c5bfe2784 block/repair.rs: Added migration for ScrubWorkerPersisted's time_next_run_scrub.
jpds created branch migrate-scrubworkerpersisted in jpds/garage 2023-03-09 15:35:28 +00:00
jpds pushed to migrate-scrubworkerpersisted at jpds/garage 2023-03-09 15:35:28 +00:00
a382e717cd block/repair.rs: Added migration for ScrubWorkerPersisted.
9e061d5a70 Merge pull request 'Update logo for stickers' (#521) from logo_autocollants into main
db69267a56 MàJ logo pour autocollants
2dc80abbb1 Merge pull request 'block/repair.rs: Added a random element of 10 days to SCRUB_INTERVAL' (#516) from jpds/garage:scrub-randomize-window into main
148b66b843 block/manager.rs: Display scrub-next-run.
Compare 10 commits »
jpds deleted branch generic_server-log-x-forwarded-for from jpds/garage 2023-03-06 16:25:38 +00:00
jpds opened issue Deuxfleurs/garage#520 2023-03-06 15:17:24 +00:00
Scrub persistence decode error
jpds deleted branch scrub-randomize-window from jpds/garage 2023-03-06 14:18:30 +00:00
jpds pushed to scrub-randomize-window at jpds/garage 2023-03-06 13:46:34 +00:00
148b66b843 block/manager.rs: Display scrub-next-run.
53d09eb00f block/repair.rs: Added function and time_next_run_scrub with a random element of
Compare 2 commits »
jpds deleted branch web_server-log-x-forwarded-for from jpds/garage 2023-03-06 12:36:17 +00:00
jpds commented on pull request Deuxfleurs/garage#516 2023-03-06 12:33:42 +00:00
block/repair.rs: Added a random element of 10 days to SCRUB_INTERVAL

@lx I think I've added this in now.

jpds pushed to scrub-randomize-window at jpds/garage 2023-03-06 12:32:10 +00:00
34ebbacec1 block/manager.rs: Display scrub-next-run.
84009b8f3e block/repair.rs: Added function and time_next_run_scrub with a random element of
0d0906b066 Merge pull request 'Clearer error message when LMDB has oom error (fix #517)' (#519) from lmdb-oom-message into main
b8123fb6cd Clearer error message when LMDB has oom error (fix #517)
3d37be33a8 Merge pull request 'binary-packages.md: Added.' (#515) from jpds/garage:doc-binary-packages into main
Compare 6 commits »
jpds pushed to web_server-log-x-forwarded-for at jpds/garage 2023-03-06 11:44:12 +00:00
4e0fc3d6c9 web/web_server.rs: Handle X-Forwarded-For here too.
e4e5196066 api/generic_server.rs: Use new handle_forwarded_for_headers() function.
Compare 2 commits »
jpds deleted branch doc-binary-packages from jpds/garage 2023-03-06 11:22:53 +00:00
jpds opened issue Deuxfleurs/garage#518 2023-03-06 09:23:58 +00:00
Scrub checkpointing