aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Collapse)AuthorAgeFilesLines
* [peer-metrics] add basic cluster node status metrics (fix #545)Alex Auvolat2024-02-201-0/+94
|
* [peer-metrics] refactor SystemMetrics to hold a reference to SystemAlex Auvolat2024-02-202-72/+82
|
* [peer-metrics] Add metrics for cluster health, like GetClusterHealth admin APIAlex Auvolat2024-02-202-28/+172
|
* [peer-metrics] refactor/simplify SystemMetricsAlex Auvolat2024-02-202-88/+41
|
* [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
|
* [import-netapp] move and rename FullMeshPeeringSrategy to PeeringManagerimport-netappAlex Auvolat2024-02-152-17/+17
|
* [import-netapp] import Netapp code into Garage codebaseAlex Auvolat2024-02-155-16/+15
|
* [dep-upgrade-202402] refactor dependencies: move all as workspace depsAlex Auvolat2024-02-051-27/+27
|
* Bump version to 0.9.1v0.9.1rel-v0.9.1Alex Auvolat2024-01-161-1/+1
|
* help, comments: make clear that full-length node ID = public keyAlex Auvolat2024-01-162-2/+2
| | | | Generally, avoid using the "public key" terminology
* fix compilation on macostrinity-1686a2023-10-151-2/+2
| | | | fsblkcnt_t is ony 32b there, so we have to do an additional cast
* bump version to v0.9.0v0.9.0nextAlex Auvolat2023-10-101-1/+1
|
* actually update rmp-serde to 1.1.2 for both garage and netapp dependency ↵v0.9.0-beta4Alex Auvolat2023-09-271-1/+1
| | | | (fix #629)
* Merge branch 'main' into nextAlex Auvolat2023-09-271-9/+9
|\
| * fix hang on shutdownAlex Auvolat2023-09-121-9/+9
| |
* | new layout: use deterministic randomness for reproducible resultsAlex Auvolat2023-09-211-2/+6
| |
* | new layout: fix clippy lintsAlex Auvolat2023-09-183-17/+17
| |
* | new layout: improve display and fix commentsAlex Auvolat2023-09-181-7/+7
| |
* | new layout: make zone_redundancy optionnal (if not set, is maximum)Alex Auvolat2023-09-181-35/+96
| |
* | new layout: improve output displayAlex Auvolat2023-09-122-43/+43
| |
* | 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-112-37/+31
|\|
| * use statvfs instead of mount list to determine free data/meta space (fix #611)Alex Auvolat2023-09-112-10/+9
| |
* | Merge branch 'main' into nextAlex Auvolat2023-09-111-2/+2
|\|
| * update version to 0.8.4v0.8.4hold-netapp-0.5.2Alex Auvolat2023-09-051-1/+1
| |
| * Revert netapp update, hold to version 0.5.2 that uses rmp-serde 0.15Alex Auvolat2023-09-051-1/+1
| |
* | correct free data space accounting for multiple data dirs on same fsAlex Auvolat2023-09-071-5/+23
| |
* | block manager: skeleton for multi-hdd supportAlex Auvolat2023-09-061-4/+19
| |
* | Merge branch 'main' into nextv0.9.0-beta1Alex Auvolat2023-08-291-2/+3
|\|
| * add garage_db dependency in garage_rpcnext-0.8Alex Auvolat2023-08-281-0/+1
| |
| * bump version to 0.8.3v0.8.3-rc1Alex Auvolat2023-08-281-1/+1
| |
| * cargo: Updated gethostname v0.2.3 -> v0.4.3.Jonathan Davies2023-08-281-1/+1
| |
* | admin api: switch GetClusterHealth to camelcase (fix #381 again)Alex Auvolat2023-06-141-2/+2
| |
* | update netapp's rmp-serde dependency to v1.1Alex Auvolat2023-06-131-1/+1
| |
* | Merge branch 'main' into nextAlex Auvolat2023-06-131-60/+111
|\|
| * simplify code according to feedbackRoberto Hidalgo2023-05-221-65/+45
| |
| * rename mode to consul_http_apiRoberto Hidalgo2023-05-221-33/+25
| |
| * revert rpc/Cargo.tomlRoberto Hidalgo2023-05-221-1/+0
| |
| * follow feedback, fold into existing featureRoberto Hidalgo2023-05-224-306/+139
| |
| * allow additional ServiceMeta, docsRoberto Hidalgo2023-05-221-7/+12
| |
| * cargo fmtRoberto Hidalgo2023-05-222-4/+14
| |
| * register consul services against local agent instead of catalog apiRoberto Hidalgo2023-05-224-3/+235
| |
* | New multipart upload table layoutAlex Auvolat2023-06-091-1/+1
| |
* | Merge branch 'main' into nextAlex Auvolat2023-05-091-1/+1
|\|
| * Declare garage crates using workspace.dependenciesJakub Jirutka2023-05-091-1/+1
| | | | | | | | | | | | | | | | This will allow to really disable "sled" feature without declaring `default-features = false` in every Cargo.toml where garage_db and garage_model is used. See https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table
* | Merge branch 'main' into nextAlex Auvolat2023-04-256-25/+177
|\|
| * Prepare for v0.8.2Alex Auvolat2023-03-131-2/+2
| |
| * Merge branch 'main' into rustversion-labelAlex Auvolat2023-03-131-2/+1
| |\