Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add rpc_public_addr_subnet config option | Florian Klink | 2024-06-05 | 1 | -6/+35 |
| | | | | | | | | | | In case `rpc_public_addr` is not set, but autodiscovery is used, this allows filtering the list of automatically discovered IPs to a specific subnet. For example, if nodes should pick *their* IP inside a specific subnet, but you don't want to explicitly write the IP down (as it's dynamic, or you want to share configs across nodes), you can use this option. | ||||
* | [next-0.10] bump version number to 1.0v1.0.0-rc1 | Alex Auvolat | 2024-03-28 | 1 | -1/+1 |
| | |||||
* | [next-0.10] cache layout check result | Alex Auvolat | 2024-03-27 | 1 | -1/+1 |
| | |||||
* | [next-0.10] remove impl Deref for LayoutHelper | Alex Auvolat | 2024-03-27 | 1 | -3/+3 |
| | |||||
* | [net-fixes] fix issues with local peer address (fix #761) | Alex Auvolat | 2024-03-21 | 1 | -4/+11 |
| | |||||
* | ReplicationMode -> ConsistencyMode+ReplicationFactor | Yureka | 2024-03-07 | 1 | -11/+11 |
| | |||||
* | [next-0.10] fix build | Alex Auvolat | 2024-02-22 | 1 | -2/+2 |
| | |||||
* | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-20 | 1 | -72/+57 |
|\ | |||||
| * | Merge pull request 'system metrics improvements' (#726) from peer-metrics ↵ | Alex | 2024-02-20 | 1 | -58/+33 |
| |\ | | | | | | | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/726 | ||||
| | * | [peer-metrics] refactor SystemMetrics to hold a reference to System | Alex Auvolat | 2024-02-20 | 1 | -12/+16 |
| | | | |||||
| | * | [peer-metrics] Add metrics for cluster health, like GetClusterHealth admin API | Alex Auvolat | 2024-02-20 | 1 | -3/+9 |
| | | | |||||
| | * | [peer-metrics] refactor/simplify SystemMetrics | Alex Auvolat | 2024-02-20 | 1 | -56/+21 |
| | | | |||||
| * | | Merge pull request 'Filter nodes Garage tries to connect to' (#719) from ↵ | Alex | 2024-02-20 | 1 | -5/+16 |
| |\ \ | | |/ | |/| | | | | | | | | | | reconnect-only-current into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/719 | ||||
| | * | [reconnect-only-current] filter nodes to reconnect to | Alex Auvolat | 2024-02-20 | 1 | -5/+16 |
| | | | | | | | | | | | | | | | do not try reconnecting to nodes received from consul/kubernetes discovery if they are not currently in the layout | ||||
| * | | [networking-fixes] add option to bind outgoing RPC sockets (fix #638) | Alex Auvolat | 2024-02-19 | 1 | -1/+4 |
| | | | | | | | | | | | | Thanks to yuka for the original patch. | ||||
| * | | [networking-fixes] use rpc_public_addr in netapp's HelloMessage | Alex Auvolat | 2024-02-19 | 1 | -5/+5 |
| |/ | |||||
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-15 | 1 | -16/+16 |
|\| | |||||
| * | [import-netapp] move and rename FullMeshPeeringSrategy to PeeringManagerimport-netapp | Alex Auvolat | 2024-02-15 | 1 | -11/+11 |
| | | |||||
| * | [import-netapp] import Netapp code into Garage codebase | Alex Auvolat | 2024-02-15 | 1 | -6/+6 |
| | | |||||
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-13 | 1 | -1/+1 |
|\| | |||||
| * | help, comments: make clear that full-length node ID = public key | Alex Auvolat | 2024-01-16 | 1 | -1/+1 |
| | | | | | | | | Generally, avoid using the "public key" terminology | ||||
* | | layout: refactoring and fix in layout helpernlnet-task3 | Alex Auvolat | 2023-12-11 | 1 | -2/+2 |
| | | |||||
* | | fix some clippy lints | Alex Auvolat | 2023-12-11 | 1 | -1/+1 |
| | | |||||
* | | rpc: fix system::health | Alex Auvolat | 2023-12-08 | 1 | -3/+3 |
| | | |||||
* | | fix build with discovery features | Alex Auvolat | 2023-12-07 | 1 | -2/+2 |
| | | |||||
* | | layout: allow sync update tracker to progress with only quorums | Alex Auvolat | 2023-12-07 | 1 | -1/+1 |
| | | |||||
* | | admin: more info in admin GetClusterStatus | Alex Auvolat | 2023-11-28 | 1 | -5/+7 |
| | | |||||
* | | rpc: update system::health to take into account write sets for all partitions | Alex Auvolat | 2023-11-27 | 1 | -32/+45 |
| | | |||||
* | | layout: refactor digests and add "!=" assertions before epidemic bcast | Alex Auvolat | 2023-11-16 | 1 | -8/+9 |
| | | |||||
* | | layout: add helper for cached/external values to centralize recomputation | Alex Auvolat | 2023-11-15 | 1 | -2/+2 |
| | | |||||
* | | layout: prepare for write sets | Alex Auvolat | 2023-11-14 | 1 | -2/+1 |
| | | |||||
* | | system: add todo wrt new layout | Alex Auvolat | 2023-11-14 | 1 | -1/+3 |
| | | |||||
* | | layout: refactoring of all_nodes | Alex Auvolat | 2023-11-14 | 1 | -1/+1 |
| | | |||||
* | | table sync: adapt to new layout history | Alex Auvolat | 2023-11-11 | 1 | -1/+1 |
| | | |||||
* | | layout: separate code path for synchronizing update trackers only | Alex Auvolat | 2023-11-09 | 1 | -1/+14 |
| | | |||||
* | | layout: refactor to use a RwLock on LayoutHistory | Alex Auvolat | 2023-11-09 | 1 | -7/+8 |
| | | |||||
* | | layout: more refactoring | Alex Auvolat | 2023-11-09 | 1 | -27/+13 |
| | | |||||
* | | wip: split out layout management from System into separate LayoutManager | Alex Auvolat | 2023-11-09 | 1 | -190/+105 |
| | | |||||
* | | bump garage protocol version tag to 0x000A (0.10) | Alex Auvolat | 2023-11-08 | 1 | -1/+1 |
| | | |||||
* | | WIP: garage_rpc: store layout version history | Alex Auvolat | 2023-11-08 | 1 | -21/+23 |
| | | |||||
* | | avoid using layout_watch in System directly | Alex Auvolat | 2023-11-08 | 1 | -2/+2 |
| | | |||||
* | | remove Ring and use ClusterLayout everywhere | Alex Auvolat | 2023-11-08 | 1 | -29/+26 |
|/ | |||||
* | fix compilation on macos | trinity-1686a | 2023-10-15 | 1 | -2/+2 |
| | | | | fsblkcnt_t is ony 32b there, so we have to do an additional cast | ||||
* | Merge branch 'main' into next | Alex Auvolat | 2023-09-27 | 1 | -9/+9 |
|\ | |||||
| * | fix hang on shutdown | Alex Auvolat | 2023-09-12 | 1 | -9/+9 |
| | | |||||
* | | new layout: fix clippy lints | Alex Auvolat | 2023-09-18 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'main' into nextv0.9.0-beta2 | Alex Auvolat | 2023-09-11 | 1 | -2/+2 |
|\| | |||||
| * | fix 32-bit buildfix-32bit | Alex Auvolat | 2023-09-11 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-09-11 | 1 | -36/+30 |
|\| | |||||
| * | use statvfs instead of mount list to determine free data/meta space (fix #611) | Alex Auvolat | 2023-09-11 | 1 | -9/+8 |
| | |