Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve how node roles are assigned in Garagev0.5-beta1 | Alex Auvolat | 2021-11-16 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | - change the terminology: the network configuration becomes the role table, the configuration of a nodes becomes a node's role - the modification of the role table takes place in two steps: first, changes are staged in a CRDT data structure. Then, once the user is happy with the changes, they can commit them all at once (or revert them). - update documentation - fix tests - implement smarter partition assignation algorithm This patch breaks the format of the network configuration: when migrating, the cluster will be in a state where no roles are assigned. All roles must be re-assigned and commited at once. This migration should not pose an issue. | ||||
* | Improve CLI, adapt tests, update documentation | Alex Auvolat | 2021-10-25 | 1 | -4/+4 |
| | |||||
* | Build Garage with Nixfeature/static | Quentin Dufour | 2021-10-19 | 1 | -1/+8 |
| | |||||
* | Rename datacenters into zones (doc not yet updated) | Alex Auvolat | 2021-05-28 | 1 | -1/+1 |
| | |||||
* | Rename n_tokens into capacity | Alex Auvolat | 2021-03-10 | 1 | -1/+1 |
| | |||||
* | Use smaller capacities for nodes | Alex Auvolat | 2021-03-05 | 1 | -1/+1 |
| | |||||
* | try to fix smoke test | Alex Auvolat | 2021-02-17 | 1 | -0/+3 |
| | | | | dev cluster: don't ipv6 (fixes smoke test in container?) | ||||
* | Add a smoke test script | Quentin | 2020-11-29 | 1 | -0/+5 |
| | |||||
* | Quicker dev with more scripts | Quentin | 2020-11-20 | 1 | -0/+15 |