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…
7b65dd24e2
block/repair.rs: Added a timestamp argument to
b70cc0a940
block/repair.rs: Added migration for ScrubWorkerPersisted's time_next_run_scrub.
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 :-)
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?
block/repair.rs: Added migration for ScrubWorkerPersisted's time_next_run_scrub.
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.
148b66b843
block/manager.rs: Display scrub-next-run.
53d09eb00f
block/repair.rs: Added function and time_next_run_scrub with a random element of
block/repair.rs: Added a random element of 10 days to SCRUB_INTERVAL
@lx I think I've added this in now.
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
4e0fc3d6c9
web/web_server.rs: Handle X-Forwarded-For here too.
e4e5196066
api/generic_server.rs: Use new handle_forwarded_for_headers() function.