aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/system.rs
Commit message (Collapse)AuthorAgeFilesLines
* add rpc_public_addr_subnet config optionFlorian Klink2024-06-051-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-rc1Alex Auvolat2024-03-281-1/+1
|
* [next-0.10] cache layout check resultAlex Auvolat2024-03-271-1/+1
|
* [next-0.10] remove impl Deref for LayoutHelperAlex Auvolat2024-03-271-3/+3
|
* [net-fixes] fix issues with local peer address (fix #761)Alex Auvolat2024-03-211-4/+11
|
* ReplicationMode -> ConsistencyMode+ReplicationFactorYureka2024-03-071-11/+11
|
* [next-0.10] fix buildAlex Auvolat2024-02-221-2/+2
|
* Merge branch 'main' into next-0.10Alex Auvolat2024-02-201-72/+57
|\
| * Merge pull request 'system metrics improvements' (#726) from peer-metrics ↵Alex2024-02-201-58/+33
| |\ | | | | | | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/726
| | * [peer-metrics] refactor SystemMetrics to hold a reference to SystemAlex Auvolat2024-02-201-12/+16
| | |
| | * [peer-metrics] Add metrics for cluster health, like GetClusterHealth admin APIAlex Auvolat2024-02-201-3/+9
| | |
| | * [peer-metrics] refactor/simplify SystemMetricsAlex Auvolat2024-02-201-56/+21
| | |
| * | Merge pull request 'Filter nodes Garage tries to connect to' (#719) from ↵Alex2024-02-201-5/+16
| |\ \ | | |/ | |/| | | | | | | | | | reconnect-only-current into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/719
| | * [reconnect-only-current] filter nodes to reconnect toAlex Auvolat2024-02-201-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 Auvolat2024-02-191-1/+4
| | | | | | | | | | | | Thanks to yuka for the original patch.
| * | [networking-fixes] use rpc_public_addr in netapp's HelloMessageAlex Auvolat2024-02-191-5/+5
| |/
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-151-16/+16
|\|
| * [import-netapp] move and rename FullMeshPeeringSrategy to PeeringManagerimport-netappAlex Auvolat2024-02-151-11/+11
| |
| * [import-netapp] import Netapp code into Garage codebaseAlex Auvolat2024-02-151-6/+6
| |
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-131-1/+1
|\|
| * help, comments: make clear that full-length node ID = public keyAlex Auvolat2024-01-161-1/+1
| | | | | | | | Generally, avoid using the "public key" terminology
* | layout: refactoring and fix in layout helpernlnet-task3Alex Auvolat2023-12-111-2/+2
| |
* | fix some clippy lintsAlex Auvolat2023-12-111-1/+1
| |
* | rpc: fix system::healthAlex Auvolat2023-12-081-3/+3
| |
* | fix build with discovery featuresAlex Auvolat2023-12-071-2/+2
| |
* | layout: allow sync update tracker to progress with only quorumsAlex Auvolat2023-12-071-1/+1
| |
* | admin: more info in admin GetClusterStatusAlex Auvolat2023-11-281-5/+7
| |
* | rpc: update system::health to take into account write sets for all partitionsAlex Auvolat2023-11-271-32/+45
| |
* | layout: refactor digests and add "!=" assertions before epidemic bcastAlex Auvolat2023-11-161-8/+9
| |
* | layout: add helper for cached/external values to centralize recomputationAlex Auvolat2023-11-151-2/+2
| |
* | layout: prepare for write setsAlex Auvolat2023-11-141-2/+1
| |
* | system: add todo wrt new layoutAlex Auvolat2023-11-141-1/+3
| |
* | layout: refactoring of all_nodesAlex Auvolat2023-11-141-1/+1
| |
* | table sync: adapt to new layout historyAlex Auvolat2023-11-111-1/+1
| |
* | layout: separate code path for synchronizing update trackers onlyAlex Auvolat2023-11-091-1/+14
| |
* | layout: refactor to use a RwLock on LayoutHistoryAlex Auvolat2023-11-091-7/+8
| |
* | layout: more refactoringAlex Auvolat2023-11-091-27/+13
| |
* | wip: split out layout management from System into separate LayoutManagerAlex Auvolat2023-11-091-190/+105
| |
* | bump garage protocol version tag to 0x000A (0.10)Alex Auvolat2023-11-081-1/+1
| |
* | WIP: garage_rpc: store layout version historyAlex Auvolat2023-11-081-21/+23
| |
* | avoid using layout_watch in System directlyAlex Auvolat2023-11-081-2/+2
| |
* | remove Ring and use ClusterLayout everywhereAlex Auvolat2023-11-081-29/+26
|/
* fix compilation on macostrinity-1686a2023-10-151-2/+2
| | | | fsblkcnt_t is ony 32b there, so we have to do an additional cast
* Merge branch 'main' into nextAlex Auvolat2023-09-271-9/+9
|\
| * fix hang on shutdownAlex Auvolat2023-09-121-9/+9
| |
* | new layout: fix clippy lintsAlex Auvolat2023-09-181-2/+2
| |
* | Merge branch 'main' into nextv0.9.0-beta2Alex Auvolat2023-09-111-2/+2
|\|
| * fix 32-bit buildfix-32bitAlex Auvolat2023-09-111-2/+2
| |
* | Merge branch 'main' into nextAlex Auvolat2023-09-111-36/+30
|\|
| * use statvfs instead of mount list to determine free data/meta space (fix #611)Alex Auvolat2023-09-111-9/+8
| |