Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump to version 1.0.1v1.0.1rel-v1.0.1 | Alex Auvolat | 2024-09-22 | 1 | -1/+1 |
| | |||||
* | fix logic in `garage layout skip-dead-nodes` + fix typo (fix #879)fix-skip-dead-nodes | Alex Auvolat | 2024-09-22 | 1 | -1/+1 |
| | |||||
* | layout: discard old info when it is completely out-of-date (fix #841)fix-841 | Alex Auvolat | 2024-08-24 | 1 | -9/+14 |
| | |||||
* | add rpc_public_addr_subnet config option | Florian Klink | 2024-06-05 | 2 | -6/+36 |
| | | | | | | | | | | 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 | 2 | -2/+2 |
| | |||||
* | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-28 | 1 | -13/+60 |
|\ | |||||
| * | [fix-buffering] implement `block_ram_buffer_max` to avoid excessive RAM usage | Alex Auvolat | 2024-03-27 | 1 | -11/+57 |
| | | |||||
| * | [rel-0.9.3] Bump version to 0.9.3v0.9.3 | Alex Auvolat | 2024-03-04 | 1 | -1/+1 |
| | | |||||
| * | [rel-0.9.2] Bump version to v0.9.2v0.9.2rel-0.9.2 | Alex Auvolat | 2024-03-01 | 1 | -1/+1 |
| | | |||||
* | | [next-0.10] layout helper: rename & clarify updates to update trackers | Alex Auvolat | 2024-03-27 | 2 | -38/+27 |
| | | |||||
* | | [next-0.10] cache layout check result | Alex Auvolat | 2024-03-27 | 3 | -3/+11 |
| | | |||||
* | | [next-0.10] remove impl Deref for LayoutHelper | Alex Auvolat | 2024-03-27 | 4 | -52/+50 |
| | | |||||
* | | [next-0.10] fixes to k2v rpc + comment fixes | Alex Auvolat | 2024-03-27 | 2 | -0/+10 |
| | | |||||
* | | [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 | 7 | -78/+123 |
| | | |||||
* | | refactor: remove max_write_errors and max_faults | Yureka | 2024-03-04 | 1 | -7/+0 |
| | | |||||
* | | [next-0.10] fix build | Alex Auvolat | 2024-02-22 | 1 | -2/+2 |
| | | |||||
* | | [next-0.10] cluster node status metrics: report nodes of all active layout ↵ | Alex Auvolat | 2024-02-20 | 1 | -34/+34 |
| | | | | | | | | versions | ||||
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-20 | 2 | -118/+328 |
|\| | |||||
| * | Merge pull request 'system metrics improvements' (#726) from peer-metrics ↵ | Alex | 2024-02-20 | 2 | -104/+305 |
| |\ | | | | | | | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/726 | ||||
| | * | [peer-metrics] add basic cluster node status metrics (fix #545) | Alex Auvolat | 2024-02-20 | 1 | -0/+94 |
| | | | |||||
| | * | [peer-metrics] refactor SystemMetrics to hold a reference to System | Alex Auvolat | 2024-02-20 | 2 | -72/+82 |
| | | | |||||
| | * | [peer-metrics] Add metrics for cluster health, like GetClusterHealth admin API | Alex Auvolat | 2024-02-20 | 2 | -28/+172 |
| | | | |||||
| | * | [peer-metrics] refactor/simplify SystemMetrics | Alex Auvolat | 2024-02-20 | 2 | -88/+41 |
| | | | |||||
| * | | 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 | 6 | -37/+36 |
|\| | |||||
| * | [import-netapp] move and rename FullMeshPeeringSrategy to PeeringManagerimport-netapp | Alex Auvolat | 2024-02-15 | 2 | -17/+17 |
| | | |||||
| * | [import-netapp] import Netapp code into Garage codebase | Alex Auvolat | 2024-02-15 | 5 | -16/+15 |
| | | |||||
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-13 | 3 | -29/+29 |
|\| | |||||
| * | [dep-upgrade-202402] refactor dependencies: move all as workspace deps | Alex Auvolat | 2024-02-05 | 1 | -27/+27 |
| | | |||||
| * | Bump version to 0.9.1v0.9.1rel-v0.9.1 | Alex Auvolat | 2024-01-16 | 1 | -1/+1 |
| | | |||||
| * | help, comments: make clear that full-length node ID = public key | Alex Auvolat | 2024-01-16 | 2 | -2/+2 |
| | | | | | | | | Generally, avoid using the "public key" terminology | ||||
* | | bump crate versions to 0.10.0v0.10.0-beta1 | Alex Auvolat | 2024-01-11 | 1 | -1/+1 |
| | | |||||
* | | layout: refactoring and fix in layout helpernlnet-task3 | Alex Auvolat | 2023-12-11 | 5 | -23/+30 |
| | | |||||
* | | layout: refactor/fix bad while loop | Alex Auvolat | 2023-12-11 | 1 | -17/+14 |
| | | |||||
* | | fix some clippy lints | Alex Auvolat | 2023-12-11 | 6 | -15/+13 |
| | | |||||
* | | layout: refactoring, merge two files | Alex Auvolat | 2023-12-08 | 4 | -435/+440 |
| | | |||||
* | | rpc helper: small refactorings | Alex Auvolat | 2023-12-08 | 1 | -14/+17 |
| | | |||||
* | | layout: move block_read_nodes_of to rpc_helper to avoid double-locking | Alex Auvolat | 2023-12-08 | 2 | -69/+79 |
| | | | | | | | | (in theory, this could have caused a deadlock) | ||||
* | | layout version: refactor get_node_zone | Alex Auvolat | 2023-12-08 | 2 | -26/+25 |
| | | |||||
* | | 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 | 6 | -18/+149 |
| | | |||||
* | | table sync: use write quorums to report global success or failure of sync | Alex Auvolat | 2023-12-07 | 2 | -2/+2 |
| | | |||||
* | | rpc: refactor result tracking for quorum sets | Alex Auvolat | 2023-12-07 | 2 | -44/+109 |
| | | |||||
* | | layout updates: fix the set of nodes among which minima are calculated | Alex Auvolat | 2023-12-07 | 3 | -8/+27 |
| | | |||||
* | | admin: more info in admin GetClusterStatus | Alex Auvolat | 2023-11-28 | 1 | -5/+7 |
| | |