garage/src/rpc
Mendes 7f3249a237 New version of the algorithm that calculate the layout.
It takes as paramters the replication factor and the zone redundancy, computes the
largest partition size reachable with these constraints, and among the possible
assignation with this partition size, it computes the one that moves the least number
of partitions compared to the previous assignation.
This computation uses graph algorithms defined in graph_algo.rs
2022-09-21 14:39:59 +02:00
..
Cargo.toml Change the way new layout assignations are computed. 2022-05-01 09:54:19 +02:00
consul.rs Fix some new clippy lints 2022-03-14 12:27:49 +01:00
graph_algo.rs New version of the algorithm that calculate the layout. 2022-09-21 14:39:59 +02:00
kubernetes.rs Add feature flag for Kubernetes discovery 2022-03-24 16:57:43 +01:00
layout.rs New version of the algorithm that calculate the layout. 2022-09-21 14:39:59 +02:00
lib.rs New version of the algorithm that calculate the layout. 2022-09-21 14:39:59 +02:00
metrics.rs Add many metrics in table/ and rpc/ 2022-03-14 10:51:50 +01:00
ring.rs New version of the algorithm that calculate the layout. 2022-09-21 14:39:59 +02:00
rpc_helper.rs Fix some new clippy lints 2022-03-14 12:27:49 +01:00
system.rs New version of the algorithm that calculate the layout. 2022-09-21 14:39:59 +02:00