Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump version to v0.9.0v0.9.0next | Alex Auvolat | 2023-10-10 | 1 | -1/+1 |
| | |||||
* | garage_db: refactor transactions and add on_commit mechanism | Alex Auvolat | 2023-09-21 | 1 | -2/+2 |
| | |||||
* | Merge branch 'main' into next | Alex Auvolat | 2023-09-11 | 1 | -1/+1 |
|\ | |||||
| * | update version to 0.8.4v0.8.4hold-netapp-0.5.2 | Alex Auvolat | 2023-09-05 | 1 | -1/+1 |
| | | |||||
* | | block repair: simpler/more robust iterator progress calculation | Alex Auvolat | 2023-09-11 | 1 | -23/+14 |
| | | |||||
* | | scrub: clear saved checkpoint when canceling scrub | Alex Auvolat | 2023-09-11 | 1 | -0/+3 |
| | | |||||
* | | block manager: remove data_dir fieldmultihdd | Alex Auvolat | 2023-09-11 | 1 | -3/+0 |
| | | |||||
* | | block manager: fix indentation (why not detected by cargo fmt?) | Alex Auvolat | 2023-09-11 | 1 | -16/+16 |
| | | |||||
* | | block manager: fix bug where rebalance didn't delete old copies | Alex Auvolat | 2023-09-07 | 3 | -18/+59 |
| | | |||||
* | | block manager: fix bugs | Alex Auvolat | 2023-09-07 | 2 | -5/+26 |
| | | |||||
* | | block manager: add rebalance operation to rebalance multi-hdd setups | Alex Auvolat | 2023-09-07 | 3 | -14/+106 |
| | | |||||
* | | block manager: refactor and fix monitoring/statistics | Alex Auvolat | 2023-09-07 | 1 | -27/+20 |
| | | |||||
* | | block manager: avoid incorrect data_dir configs and avoid losing files | Alex Auvolat | 2023-09-06 | 2 | -5/+44 |
| | | |||||
* | | block manager: scrub checkpointing | Alex Auvolat | 2023-09-06 | 1 | -50/+108 |
| | | |||||
* | | block manager: fixes in layout | Alex Auvolat | 2023-09-06 | 1 | -23/+33 |
| | | |||||
* | | block manager: refactoring & increase max worker count to 8 | Alex Auvolat | 2023-09-06 | 2 | -14/+14 |
| | | |||||
* | | block manager: fix dir_not_empty | Alex Auvolat | 2023-09-06 | 1 | -2/+1 |
| | | |||||
* | | block manager: refactoring | Alex Auvolat | 2023-09-06 | 1 | -52/+44 |
| | | |||||
* | | block manager: get rid of check_block_status | Alex Auvolat | 2023-09-06 | 2 | -56/+45 |
| | | |||||
* | | block manager: move blocks in write_block if necessary | Alex Auvolat | 2023-09-06 | 1 | -12/+26 |
| | | |||||
* | | block manager: use data paths from layout | Alex Auvolat | 2023-09-06 | 3 | -89/+104 |
| | | |||||
* | | block manager: multi-directory layout computation | Alex Auvolat | 2023-09-06 | 4 | -30/+255 |
| | | |||||
* | | block manager: skeleton for multi-hdd support | Alex Auvolat | 2023-09-06 | 4 | -83/+221 |
| | | |||||
* | | Merge branch 'main' into nextv0.9.0-beta1 | Alex Auvolat | 2023-08-29 | 1 | -2/+2 |
|\| | |||||
| * | bump version to 0.8.3v0.8.3-rc1 | Alex Auvolat | 2023-08-28 | 1 | -1/+1 |
| | | |||||
| * | cargo: Updated async-compression to 0.4. | Jonathan Davies | 2023-06-28 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-06-13 | 2 | -11/+5 |
|\| | |||||
| * | Merge pull request 'cargo: tokio-1.28 and hyper-0.14.26 update' (#569) from ↵ | Alex | 2023-05-11 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | jpds/garage:tokio-1.28 into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/569 | ||||
| | * | block/Cargo.toml: Bump tokio-util to 0.7. | Jonathan Davies | 2023-05-09 | 1 | -1/+1 |
| | | | |||||
| * | | *: apply clippy recommendations. | Jonathan Davies | 2023-05-09 | 1 | -10/+4 |
| |/ | |||||
* / | Make fsync an option for meta and data | Alex Auvolat | 2023-06-09 | 1 | -13/+22 |
|/ | |||||
* | Merge pull request 'block/manager.rs: Prioritize raw blocks when no ↵ | Alex | 2023-05-09 | 1 | -5/+25 |
|\ | | | | | | | | | | | compression configured' (#566) from jpds/garage:skip-compressed-blocks-scrub-no-compression into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/566 | ||||
| * | block/manager.rs: In is_block_compressed - check which compression_level | Jonathan Davies | 2023-05-09 | 1 | -5/+25 |
| | | | | | | | | | | is configured on a node and check for raw block first if compression is disabled (to help reduce syscalls during a scrub). | ||||
* | | Declare garage crates using workspace.dependencies | Jakub Jirutka | 2023-05-09 | 1 | -4/+4 |
|/ | | | | | | | | This will allow to really disable "sled" feature without declaring `default-features = false` in every Cargo.toml where garage_db and garage_model is used. See https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table | ||||
* | 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 | 2 | -5/+6 |
| | |||||
* | block/manager.rs: Set defaults for scrub_persister. | Jonathan Davies | 2023-03-09 | 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/manager.rs: Display scrub-next-run. | Jonathan Davies | 2023-03-06 | 1 | -0/+3 |
| | |||||
* | 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 | 3 | -10/+10 |
| | |||||
* | Cargo.toml: Loosen tracing dependency to just 0.1. | Jonathan Davies | 2023-01-26 | 1 | -1/+1 |
| | |||||
* | Cargo.toml: Updated zstd from 0.9 to 0.12. | Jonathan Davies | 2023-01-23 | 1 | -1/+1 |
| | |||||
* | block/metrics.rs: Added compression_level metric. | Jonathan Davies | 2023-01-10 | 2 | -3/+22 |
| | |||||
* | Merge pull request 'PutObject: better cleanup when request is interrupted in ↵ | Alex | 2023-01-04 | 1 | -4/+32 |
|\ | | | | | | | | | | | the middle' (#462) from interrupted-cleanup into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/462 | ||||
| * | When saving block, delete .tmp file if we could not completeinterrupted-cleanup | Alex Auvolat | 2023-01-03 | 1 | -4/+32 |
| | | |||||
* | | Uniform framework for bg variable management | Alex Auvolat | 2023-01-04 | 3 | -86/+125 |
|/ | |||||
* | Make it explicit when using nonversioned encoding | Alex Auvolat | 2023-01-03 | 1 | -1/+0 |
| | |||||
* | Refactor how things are migrated | Alex Auvolat | 2023-01-03 | 2 | -0/+2 |
| |