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-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 |
|/ / | |||||
* | | 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 | 1 | -5/+5 |
| | | |||||
* | | remove Ring and use ClusterLayout everywhere | Alex Auvolat | 2023-11-08 | 1 | -10/+10 |
|/ | |||||
* | 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 | 1 | -765/+5 |
| | | |||||
| * | move admin.rs to admin/mod.rs, before splitting | Alex Auvolat | 2023-06-13 | 1 | -0/+1298 |
| | |||||
* | fix mpu counter (add missing workers) and report info at appropriate places | Alex Auvolat | 2023-06-09 | 1 | -0/+1 |
| | |||||
* | updaet block admin for new multipartupload models | Alex Auvolat | 2023-06-09 | 1 | -0/+2 |
| | |||||
* | Split garage/admin.rs into smaller files | Alex Auvolat | 2023-06-06 | 1 | -0/+537 |