This website requires JavaScript.
Explore
Help
Register
Sign in
trinity-1686a
/
garage
Watch
2
Star
0
Fork
You've already forked garage
0
forked from
Deuxfleurs/garage
Code
Issues
Pull requests
1
Projects
Releases
Wiki
Activity
1921f4f7e6
garage
/
src
/
block
/
lib.rs
10 lines
102 B
Rust
Raw
Normal View
History
Unescape
Escape
Move block manager to separate module
2022-03-15 11:04:12 +00:00
#[
macro_use
]
extern
crate
tracing
;
pub
mod
manager
;
Background task manager (#332) - [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>
2022-07-08 11:30:26 +00:00
pub
mod
repair
;
Move block manager to separate module
2022-03-15 11:04:12 +00:00
Move DataBlock out of manager.rs
2022-03-15 11:12:12 +00:00
mod
block
;
Move block manager to separate module
2022-03-15 11:04:12 +00:00
mod
metrics
;
Move block RC code to separate `rc.rs`
2022-03-15 11:23:33 +00:00
mod
rc
;
Reference in a new issue
Copy permalink