aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/system.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|/
* Background task manager (#332)Alex2022-07-081-1/+5