aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/system.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request 'system metrics improvements' (#726) from peer-metrics int...Alex2024-02-201-58/+33
|\
| * [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 reco...Alex2024-02-201-5/+16
|\ \ | |/ |/|
| * [reconnect-only-current] filter nodes to reconnect toAlex Auvolat2024-02-201-5/+16
* | [networking-fixes] add option to bind outgoing RPC sockets (fix #638)Alex Auvolat2024-02-191-1/+4
* | [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-151-11/+11
* [import-netapp] import Netapp code into Garage codebaseAlex Auvolat2024-02-151-6/+6
* help, comments: make clear that full-length node ID = public keyAlex Auvolat2024-01-161-1/+1
* fix compilation on macostrinity-1686a2023-10-151-2/+2
* 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
* | 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
* | admin api: switch GetClusterHealth to camelcase (fix #381 again)Alex Auvolat2023-06-141-2/+2
* | Merge branch 'main' into nextAlex Auvolat2023-04-251-15/+89
|\|
| * More clippy fixesAlex Auvolat2023-01-261-2/+2
| * Add local disk usage to exported prometheus metricsreport-disk-usageAlex Auvolat2023-01-261-9/+28
| * Disk space reportAlex Auvolat2023-01-261-14/+59
| * system.rs: Integrated SystemMetrics into System implementation.Jonathan Davies2023-01-101-0/+10
* | Merge branch 'main' into nextAlex Auvolat2023-01-041-58/+65
|\|
| * Fix Consul & Kubernetes discovery with new way of doing background thingsfix-backgroundAlex Auvolat2023-01-031-17/+22
| * Refactor how things are migratedAlex Auvolat2023-01-031-5/+13
| * better error message handlingAlex Auvolat2022-12-141-11/+12
| * Get rid of background::spawnAlex Auvolat2022-12-141-16/+13
| * Improve error message on rpc connection failureAlex Auvolat2022-12-141-7/+9
| * Refactor background runner and get rid of job workerAlex Auvolat2022-12-141-15/+9
* | Merge commit 'ec12d6c' into nextAlex Auvolat2022-12-111-3/+3
|\ \ | |/ |/|
| * Return more info when layout's .check() fails, fix compilation, fix testAlex Auvolat2022-11-081-3/+3
* | Refactor health check and add ability to return it in jsonAlex Auvolat2022-12-051-1/+98
|/
* move things aroundAlex Auvolat2022-10-181-9/+8
* Load TLS certificates only onceAlex Auvolat2022-10-181-8/+14
* Add TLS support for Consul discovery + refactoringAlex Auvolat2022-10-181-44/+26
* Fix instant substractions that might have panickedfix-timeAlex Auvolat2022-09-291-1/+3
* RPC performance changesAlex Auvolat2022-09-191-4/+12
* Allow for hostnames in bootstrap_peers and rpc_public_addr (fix #353)resolve-peer-namesAlex Auvolat2022-09-141-16/+57
* Add checks on replication_factor of layouts we use (fix #363, fix #364)various-fixes-for-0.8Alex Auvolat2022-09-131-5/+25
* Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-09-081-7/+4
|\
| * Move GIT_VERSION injection later in build chain to reduce build timesAlex Auvolat2022-09-071-7/+4
* | Less strict timeoutsAlex Auvolat2022-09-011-3/+3
* | Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-08-291-5/+2
|\|
| * Configure structopt to report the right versionv0.7.2_ci-test-2bug/reported-versionQuentin Dufour2022-08-111-5/+2
* | First adaptation to WIP netapp with streaming bodyAlex Auvolat2022-07-291-3/+4
|/