aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/layout/schema.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: allow sync update tracker to progress with only quorumsAlex Auvolat2023-12-071-3/+3
* layout updates: fix the set of nodes among which minima are calculatedAlex Auvolat2023-12-071-1/+1
* cli: add layout history and layout assume-sync commandsAlex Auvolat2023-11-271-1/+8
* block manager: read_block using old layout versions if necessaryAlex Auvolat2023-11-271-0/+7
* layout: add helper for cached/external values to centralize recomputationAlex Auvolat2023-11-151-33/+15
* layout: wip cache global minsAlex Auvolat2023-11-151-9/+27
* layout: fixes in schemaAlex Auvolat2023-11-141-21/+21
* layout: some refactoring of nongateway nodesAlex Auvolat2023-11-141-0/+17
* layout: add helpers to LayoutHistory and prepare integration with TableAlex Auvolat2023-11-091-3/+6
* layout: fix tracker bugsAlex Auvolat2023-11-091-3/+3
* layout: begin managing the update tracker valuesAlex Auvolat2023-11-091-4/+11
* layout: separate code path for synchronizing update trackers onlyAlex Auvolat2023-11-091-6/+17
* layout: more refactoringAlex Auvolat2023-11-091-3/+3
* layout: use separate CRDT for staged layout changesAlex Auvolat2023-11-091-6/+100
* cluster layout: adapt all uses of ClusterLayout to LayoutHistoryAlex Auvolat2023-11-081-3/+2
* WIP: garage_rpc: store layout version historyAlex Auvolat2023-11-081-0/+286