Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [rm-sled] Remove counted_tree_hack | Alex Auvolat | 2024-03-08 | 1 | -4/+0 |
| | |||||
* | [rm-sled] Remove the Sled database engine | Alex Auvolat | 2024-03-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-08 | 1 | -47/+7 |
|\ | |||||
| * | [factor-db-open] Combine logic for opening db enginesfactor-db-open | Alex Auvolat | 2024-03-08 | 1 | -47/+7 |
| | | |||||
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-13 | 3 | -18/+54 |
|\| | |||||
| * | [dep-upgrade-202402] cargo clippy fixes | Alex Auvolat | 2024-02-08 | 1 | -2/+2 |
| | | |||||
| * | make all garage_db::Engine variants un-conditional | Zdenek Crha | 2024-01-22 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | Having all Engine enum variants conditional causes compilation errors when *none* of the DB engine features is enabled. This is not an issue for full garage build, but affects crates that use garage_db as dependency. Change all variants to be present at all times. It solves compilation errors and also allows us to better differentiate between invalid DB engine name and engine with support not compiled in current binary. | ||||
| * | convert_db: cleanup naming and comments for open overrides | Zdenek Crha | 2024-01-22 | 1 | -6/+6 |
| | | |||||
| * | convert_db: prevent conversion between same input/output engine | Zdenek Crha | 2024-01-18 | 1 | -12/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use optional DB open overrides for both input and output database. Duplicating the same override flag for input/output would result in too many, too long flags. It would be too costly for very rare edge-case where converting between same DB engine, just with different flags. Because overrides flags for different engines are disjoint and we are preventing conversion between same input/ouput DB engine, we can have only one set. The override flag will be passed either to input or output, based on engine type it belongs to. It will never be passed to both of them and cause unwelcome surprise to user. | ||||
| * | convert_db: allow LMDB map size override | Zdenek Crha | 2024-01-17 | 1 | -4/+29 |
| | | |||||
| * | help, comments: make clear that full-length node ID = public key | Alex Auvolat | 2024-01-16 | 2 | -4/+6 |
| | | | | | | | | Generally, avoid using the "public key" terminology | ||||
* | | cli: improvements to the layout commands when multiple layouts are live | Alex Auvolat | 2023-12-08 | 3 | -27/+48 |
| | | |||||
* | | layout: allow sync update tracker to progress with only quorums | Alex Auvolat | 2023-12-07 | 1 | -3/+3 |
| | | |||||
* | | layout cli: safer skip-dead-nodes command | Alex Auvolat | 2023-12-07 | 3 | -21/+49 |
| | | |||||
* | | admin: more info in admin GetClusterStatus | Alex Auvolat | 2023-11-28 | 1 | -4/+5 |
| | | |||||
* | | cli: remove historic layout info from status | Alex Auvolat | 2023-11-27 | 1 | -18/+0 |
| | | |||||
* | | cli: add layout history and layout assume-sync commands | Alex Auvolat | 2023-11-27 | 3 | -2/+139 |
| | | |||||
* | | cli: show when nodes are draining metadata | Alex Auvolat | 2023-11-27 | 1 | -64/+108 |
| | | |||||
* | | layou: implement ack locking | Alex Auvolat | 2023-11-15 | 1 | -1/+1 |
| | | |||||
* | | layout: add helper for cached/external values to centralize recomputation | Alex Auvolat | 2023-11-15 | 1 | -2/+1 |
| | | |||||
* | | layout: refactoring of all_nodes | Alex Auvolat | 2023-11-14 | 1 | -3/+3 |
| | | |||||
* | | layout admin: add missing calls to update_hash | Alex Auvolat | 2023-11-09 | 1 | -1/+2 |
| | | |||||
* | | layout: refactor to use a RwLock on LayoutHistory | Alex Auvolat | 2023-11-09 | 1 | -4/+2 |
| | | |||||
* | | layout: more refactoring | Alex Auvolat | 2023-11-09 | 1 | -2/+4 |
| | | |||||
* | | layout: use separate CRDT for staged layout changes | Alex Auvolat | 2023-11-09 | 3 | -22/+33 |
| | | |||||
* | | cluster layout: adapt all uses of ClusterLayout to LayoutHistory | Alex Auvolat | 2023-11-08 | 2 | -23/+32 |
|/ | |||||
* | convert_db: fix build | Alex Auvolat | 2023-10-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'main' into next | Alex Auvolat | 2023-10-10 | 3 | -0/+77 |
|\ | |||||
| * | Move convert_db command into main garage binaryconvert-db-main-binary | Alex Auvolat | 2023-10-10 | 3 | -0/+73 |
| | | |||||
* | | 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 |
| | |