garage/src
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
..
admin Log admin GET requests at debug level instead of info 2022-03-28 15:46:52 +02:00
api fix clippy 2022-04-19 12:50:40 +02:00
block Bring maximum exponential backoff time down from 16h to 1h 2022-04-07 11:49:29 +02:00
garage Update to netapp 0.4.2 (a tiny fix) 2022-04-07 11:50:03 +02:00
model Update to netapp 0.4.2 (a tiny fix) 2022-04-07 11:50:03 +02:00
rpc New version of the algorithm that calculate the layout. 2022-09-21 14:39:59 +02:00
table New replication modes and their documentation 2022-03-28 16:26:04 +02:00
util New version of the algorithm that calculate the layout. 2022-09-21 14:39:59 +02:00
web Fix some new clippy lints 2022-03-14 12:27:49 +01:00