Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cli: more precise doc comment | Alex Auvolat | 2023-10-04 | 1 | -2/+2 |
| | |||||
* | new layout: improve display and fix comments | Alex Auvolat | 2023-09-18 | 1 | -3/+3 |
| | |||||
* | new layout: make zone_redundancy optionnal (if not set, is maximum) | Alex Auvolat | 2023-09-18 | 2 | -17/+24 |
| | |||||
* | new layout: improve output display | Alex Auvolat | 2023-09-12 | 1 | -51/+38 |
| | |||||
* | block manager: add rebalance operation to rebalance multi-hdd setups | Alex Auvolat | 2023-09-07 | 1 | -0/+3 |
| | |||||
* | Merge branch 'main' into nextv0.9.0-beta1 | Alex Auvolat | 2023-08-29 | 1 | -1/+1 |
|\ | |||||
| * | src/garage/cli: fix typo | Florian Klink | 2023-07-14 | 1 | -1/+1 |
| | | |||||
* | | admin and cli: hide secret keys unless asked | Alex Auvolat | 2023-06-14 | 1 | -2/+5 |
| | | |||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-06-13 | 3 | -4/+9 |
|\| | |||||
| * | fix timestamps wrapping around in `garage block list-errors` (fix #584)fix-future-timestamps | Alex Auvolat | 2023-06-12 | 1 | -1/+6 |
| | | |||||
| * | Split format_table into separate crate and reduce k2v-client dependenciesformat_table-v0.1.0 | Alex Auvolat | 2023-05-17 | 3 | -3/+3 |
| | | |||||
* | | garage key import: add checks and `--yes` CLI flag (fix #278) | Alex Auvolat | 2023-06-13 | 1 | -0/+4 |
| | | |||||
* | | fix mpu counter (add missing workers) and report info at appropriate places | Alex Auvolat | 2023-06-09 | 3 | -15/+25 |
| | | |||||
* | | Add multipart upload repair | Alex Auvolat | 2023-06-09 | 1 | -0/+3 |
| | | |||||
* | | updaet block admin for new multipartupload models | Alex Auvolat | 2023-06-09 | 2 | -12/+34 |
| | | |||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-04-25 | 4 | -20/+48 |
|\| | |||||
| * | fix cli display bugk2v-watch-range-2 | Alex Auvolat | 2023-01-26 | 1 | -1/+1 |
| | | |||||
| * | more fixes | Alex Auvolat | 2023-01-26 | 2 | -3/+3 |
| | | |||||
| * | Disk space report | Alex Auvolat | 2023-01-26 | 2 | -2/+18 |
| | | | | | | | | Report available disk space on nodes and calculate cluster-wide available space in `garage stats` (fix #479) | ||||
| * | bg var operation on all nodes at onceworker-get | Alex Auvolat | 2023-01-04 | 2 | -4/+18 |
| | | |||||
| * | Uniform framework for bg variable management | Alex Auvolat | 2023-01-04 | 3 | -17/+15 |
| | | |||||
* | | Changed all instances of assignation to assignment. | Jonathan Davies | 2023-01-05 | 2 | -3/+3 |
| | | |||||
* | | Merge pull request 'Changed all instances of 'key new' to 'key create' to ↵ | Alex | 2023-01-04 | 1 | -3/+3 |
|\ \ | | | | | | | | | | | | | | | | make it the same as the bucket commands.' (#459) from jpds/garage:key-create-standardize into next Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/459 | ||||
| * | | Changed all instances of 'key new' to 'key create' to make it consistent as ↵ | Jonathan Davies | 2023-01-03 | 1 | -3/+3 |
| |/ | | | | | | | bucket commands issued normally around the same time. | ||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-01-04 | 3 | -34/+200 |
|\| | |||||
| * | Implement `block retry-now` and `block purge` | Alex Auvolat | 2022-12-13 | 2 | -1/+2 |
| | | |||||
| * | Implement `block list-errors` and `block info` | Alex Auvolat | 2022-12-13 | 3 | -9/+108 |
| | | |||||
| * | cli: new worker info command | Alex Auvolat | 2022-12-13 | 3 | -4/+65 |
| | | |||||
| * | cli: rename resync-n-workers into resync-worker-count | Alex Auvolat | 2022-12-13 | 1 | -2/+2 |
| | | |||||
| * | Prettier worker list table; remove useless CLI log messages | Alex Auvolat | 2022-12-12 | 1 | -25/+30 |
| | | |||||
* | | Slightly simplify code at places | Alex Auvolat | 2022-11-08 | 1 | -7/+4 |
| | | |||||
* | | Return more info when layout's .check() fails, fix compilation, fix test | Alex Auvolat | 2022-11-08 | 1 | -11/+21 |
| | | |||||
* | | Use bytes as capacity units | Alex Auvolat | 2022-11-07 | 2 | -6/+16 |
| | | |||||
* | | Style improvements | Alex Auvolat | 2022-11-07 | 2 | -11/+11 |
| | | |||||
* | | Merge branch 'main' into optimal-layout | Alex Auvolat | 2022-11-07 | 1 | -0/+15 |
|\| | |||||
| * | Add garage bucket cleanup-incomplete-uploads commandcleanup-uploads-command | Alex Auvolat | 2022-11-04 | 1 | -0/+15 |
| | | |||||
* | | Improved the statistics displayed in layout show | Mendes | 2022-10-11 | 1 | -24/+45 |
| | | | | | | | | corrected a few bugs | ||||
* | | cargo fmt | Mendes | 2022-10-10 | 2 | -46/+55 |
| | | |||||
* | | Tests written in layout.rs | Mendes | 2022-10-10 | 1 | -2/+2 |
| | | | | | | | | | | added staged_parameters to ClusterLayout removed the serde(default) -> will need a migration function | ||||
* | | Corrected two bugs: | Mendes | 2022-10-06 | 1 | -1/+5 |
| | | | | | | | | | | - self.node_id_vec was not properly updated when the previous ring was empty - ClusterLayout::merge was not considering changes in the layout parameters | ||||
* | | Added a CLI command to update the parameters for the layout computation (for ↵ | Mendes | 2022-10-05 | 2 | -3/+46 |
| | | | | | | | | now, only the zone redundancy) | ||||
* | | modifications in several files to : | Mendes | 2022-10-05 | 1 | -14/+21 |
|/ | | | | | | - have consistent error return types - store the zone redundancy in a Lww - print the error and message in the CLI (TODO: for the server Api, should msg be returned in the body response?) | ||||
* | Merge branch 'lx-perf-improvements' into netapp-stream-body | Alex Auvolat | 2022-09-08 | 1 | -56/+56 |
|\ | |||||
| * | Move version back into utilimprove-deps | Alex Auvolat | 2022-09-07 | 1 | -1/+1 |
| | | |||||
| * | Fix merge | Alex Auvolat | 2022-09-07 | 1 | -4/+4 |
| | | |||||
| * | Merge branch 'main' into improve-deps | Alex Auvolat | 2022-09-07 | 1 | -0/+19 |
| |\ | |||||
| * | | Move GIT_VERSION injection later in build chain to reduce build times | Alex Auvolat | 2022-09-07 | 1 | -52/+52 |
| | | | |||||
* | | | Merge branch 'lx-perf-improvements' into netapp-stream-body | Alex Auvolat | 2022-09-06 | 1 | -0/+19 |
|\ \ \ | | |/ | |/| | |||||
| * | | Ability to have up to 4 concurrently working resync workers | Alex Auvolat | 2022-09-02 | 1 | -1/+4 |
| | | | |||||
| * | | Ability to dynamically set resync tranquility | Alex Auvolat | 2022-09-02 | 1 | -0/+16 |
| |/ |