pub fn calc_min_redundancy(topo: &Topology, peers: Vec<Arq>) -> u32
Expand description

Check a set of peers the actual redundancy across all peers. This can tell if there is bad distribution. Note this function is only used for verification in tests at this time.