aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/system.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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