Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: apply clippy recommendations. | Jonathan Davies | 2023-05-09 | 1 | -10/+4 |
| | |||||
* | block/repair.rs: Added log entries for scrub start/finish. | Jonathan Davies | 2023-04-23 | 1 | -2/+12 |
| | |||||
* | Prepare for v0.8.2 | Alex Auvolat | 2023-03-13 | 1 | -0/+1 |
| | |||||
* | block/repair.rs: Added a timestamp argument to | Jonathan Davies | 2023-03-09 | 1 | -5/+5 |
| | | | | randomize_next_scrub_run_time(). | ||||
* | block/repair.rs: Added migration for ScrubWorkerPersisted's time_next_run_scrub. | Jonathan Davies | 2023-03-09 | 1 | -10/+44 |
| | | | | Fixes: #520. | ||||
* | block/repair.rs: Added function and time_next_run_scrub with a random element of | Jonathan Davies | 2023-03-06 | 1 | -11/+37 |
| | | | | 10 days to SCRUB_INTERVAL to help balance scrub load across cluster. | ||||
* | More clippy fixes | Alex Auvolat | 2023-01-26 | 1 | -2/+2 |
| | |||||
* | Uniform framework for bg variable management | Alex Auvolat | 2023-01-04 | 1 | -34/+38 |
| | |||||
* | Refactor how things are migrated | Alex Auvolat | 2023-01-03 | 1 | -0/+1 |
| | |||||
* | Simplified and more aggressive worker exit logic | Alex Auvolat | 2022-12-14 | 1 | -2/+2 |
| | |||||
* | cli: new worker info command | Alex Auvolat | 2022-12-13 | 1 | -5/+8 |
| | |||||
* | Prettier worker list table; remove useless CLI log messages | Alex Auvolat | 2022-12-12 | 1 | -24/+31 |
| | |||||
* | block manager: refactor: split resync into separate file | Alex Auvolat | 2022-09-02 | 1 | -2/+6 |
| | |||||
* | Ability to dynamically set resync tranquility | Alex Auvolat | 2022-09-02 | 1 | -4/+22 |
| | |||||
* | Background task manager (#332) | Alex | 2022-07-08 | 1 | -0/+444 |
- [x] New background worker trait - [x] Adapt all current workers to use new API - [x] Command to list currently running workers, and whether they are active, idle, or dead - [x] Error reporting - Optimizations - [x] Merkle updater: several items per iteration - [ ] Use `tokio::task::spawn_blocking` where appropriate so that CPU-intensive tasks don't block other things going on - scrub: - [x] have only one worker with a channel to start/pause/cancel - [x] automatic scrub - [x] ability to view and change tranquility from CLI - [x] persistence of a few info - [ ] Testing Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/332 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me> |