Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db-snapshot: propagate any node snapshot error through RPC callhandle_snapshot_errors | Baptiste Jonglez | 2025-02-07 | 1 | -1/+5 |
| | | | | | | | | | | In particular, it means that "garage meta snapshot --all" will get an exit code of 1 if any node fails to snapshot. This makes sure that any external tool trying to snapshot nodes (e.g. from cron) will be aware of the failure. Fix #920 | ||||
* | db-snapshot: Fix error reporting when using "garage meta snapshot --all" | Baptiste Jonglez | 2025-02-07 | 1 | -1/+1 |
| | | | | | | | | | | | Snapshot errors on remote nodes were not reported at all. We now get proper error output such as: 0fa0f35be69528ab error: Internal error: DB error: LMDB: No space left on device (os error 28) 88d92e2971d14bae ok Fix #920 | ||||
* | remove async_trait for traits declared in garage_net | Alex Auvolat | 2025-02-05 | 1 | -13/+18 |
| | |||||
* | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-19 | 1 | -24/+16 |
|\ | |||||
| * | [bucket-id-prefix] CLI: allow manipulating buckets by prefixes of their full IDsbucket-id-prefix | Alex Auvolat | 2024-03-19 | 1 | -24/+16 |
| | | |||||
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-18 | 1 | -0/+39 |
|\| | |||||
| * | [db-snapshot] add garage meta snapshot cli operation | Alex Auvolat | 2024-03-15 | 1 | -0/+40 |
| | | |||||
* | | Merge pull request 'Remove Sled' (#767) from rm-sled into next-0.10 | Alex | 2024-03-12 | 1 | -42/+9 |
|\ \ | | | | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/767 | ||||
| * | | [rm-sled] Remove counted_tree_hack | Alex Auvolat | 2024-03-08 | 1 | -42/+9 |
| | | | |||||
* | | | [rm-migration] Remove migration path from Garage v0.5rm-migration | Alex Auvolat | 2024-03-08 | 1 | -21/+0 |
|/ / | |||||
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-22 | 2 | -22/+25 |
|\| | |||||
| * | [lock-createbucket] Add node-global lock for bucket/key operations (fix #723)lock-createbucket | Alex Auvolat | 2024-02-22 | 2 | -22/+25 |
| | | |||||
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-13 | 1 | -2/+45 |
|\| | |||||
| * | [block-info-short-682] `garage block info`: find blocks by prefix (fix #682)block-info-short-682 | Alex Auvolat | 2024-02-09 | 1 | -2/+45 |
| | | |||||
* | | cli: improvements to the layout commands when multiple layouts are live | Alex Auvolat | 2023-12-08 | 1 | -2/+1 |
| | | |||||
* | | admin: more info in admin GetClusterStatus | Alex Auvolat | 2023-11-28 | 1 | -1/+1 |
| | | |||||
* | | layout: refactoring of all_nodes | Alex Auvolat | 2023-11-14 | 1 | -8/+9 |
| | | |||||
* | | cluster layout: adapt all uses of ClusterLayout to LayoutHistory | Alex Auvolat | 2023-11-08 | 1 | -7/+7 |
| | | |||||
* | | avoid using layout_watch in System directly | Alex Auvolat | 2023-11-08 | 2 | -7/+7 |
| | | |||||
* | | remove Ring and use ClusterLayout everywhere | Alex Auvolat | 2023-11-08 | 2 | -12/+12 |
|/ | |||||
* | admin docs: reformatting, key admin: add check | Alex Auvolat | 2023-06-14 | 1 | -12/+3 |
| | |||||
* | admin and cli: hide secret keys unless asked | Alex Auvolat | 2023-06-14 | 1 | -2/+7 |
| | |||||
* | Merge branch 'main' into next | Alex Auvolat | 2023-06-13 | 1 | -1/+2 |
|\ | |||||
| * | Split garage/admin.rs into smaller files | Alex Auvolat | 2023-06-13 | 4 | -765/+810 |
| | | |||||
| * | move admin.rs to admin/mod.rs, before splitting | Alex Auvolat | 2023-06-13 | 1 | -0/+1298 |
| | |||||
* | garage key import: add checks and `--yes` CLI flag (fix #278) | Alex Auvolat | 2023-06-13 | 1 | -0/+15 |
| | |||||
* | comments and clippy lint fixes | Alex Auvolat | 2023-06-09 | 1 | -1/+1 |
| | |||||
* | fix mpu counter (add missing workers) and report info at appropriate places | Alex Auvolat | 2023-06-09 | 2 | -0/+11 |
| | |||||
* | cargo fmt | Alex Auvolat | 2023-06-09 | 1 | -62/+61 |
| | |||||
* | updaet block admin for new multipartupload models | Alex Auvolat | 2023-06-09 | 2 | -40/+75 |
| | |||||
* | Split garage/admin.rs into smaller files | Alex Auvolat | 2023-06-06 | 4 | -0/+1342 |