aboutsummaryrefslogtreecommitdiff
path: root/src/garage/repair
Commit message (Collapse)AuthorAgeFilesLines
* cargo fmtbackground-task-managerAlex Auvolat2022-07-081-8/+2
|
* Rename WorkerStatus to WorkerStateAlex Auvolat2022-07-081-8/+8
| | | | because it's a state in a state machine
* remove useless info!()Alex Auvolat2022-06-281-6/+0
|
* Small thingsAlex Auvolat2022-06-281-0/+8
|
* Persist scrub worker thing in PersisterAlex Auvolat2022-06-281-1/+1
|
* Only one scrub worker (wip)Alex Auvolat2022-06-271-8/+14
|
* Report progress of scrub and block repairAlex Auvolat2022-06-271-6/+7
|
* Block repair with new worker semanticsAlex Auvolat2022-06-211-27/+22
|
* Online repair new workers, except blocks and scrubAlex Auvolat2022-06-211-87/+141
|
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-153-0/+220
- [x] Refactoring of internal counting API - [x] Repair procedure for counters (it's an offline procedure!!!) - [x] New counter for objects in buckets - [x] Add quotas to buckets struct - [x] Add CLI to manage bucket quotas - [x] Add admin API to manage bucket quotas - [x] Apply quotas by adding checks on put operations - [x] Proof-read Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/326 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me>