Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve how node roles are assigned in Garagev0.5-beta1 | Alex Auvolat | 2021-11-16 | 1 | -2/+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 | -5/+1 |
| | |||||
* | Improvements to CLI and various fixes for netapp version | Alex Auvolat | 2021-10-22 | 1 | -4/+3 |
| | | | | Discovery via consul, persist peer list to file | ||||
* | First port of Garage to Netapp | Alex Auvolat | 2021-10-22 | 1 | -4/+9 |
| | |||||
* | rename types to CamelCase | Trinity Pointard | 2021-05-03 | 1 | -2/+2 |
| | |||||
* | attempt at documenting table crate | Trinity Pointard | 2021-04-27 | 1 | -6/+6 |
| | |||||
* | Simpler Merkle & sync | Alex Auvolat | 2021-03-16 | 1 | -9/+6 |
| | |||||
* | Simplify replication logic | Alex Auvolat | 2021-03-16 | 1 | -21/+12 |
| | |||||
* | More security: don't delete stuff too easily | Alex Auvolat | 2021-03-11 | 1 | -1/+6 |
| | |||||
* | (not well tested) use merkle tree for sync | Alex Auvolat | 2021-03-11 | 1 | -1/+0 |
| | |||||
* | WIP big refactoring | Alex Auvolat | 2021-03-11 | 1 | -0/+59 |