forked from Deuxfleurs/garage
Merge branch 'optimal-layout' of https://git.deuxfleurs.fr/Deuxfleurs/garage into optimal-layout
This commit is contained in:
commit
7b2c065c82
1 changed files with 1 additions and 3 deletions
|
@ -495,9 +495,7 @@ impl ClusterLayout {
|
||||||
zone: _,
|
zone: _,
|
||||||
capacity: Some(c),
|
capacity: Some(c),
|
||||||
tags: _,
|
tags: _,
|
||||||
}) => {
|
}) => *c,
|
||||||
*c
|
|
||||||
}
|
|
||||||
_ => 0,
|
_ => 0,
|
||||||
})
|
})
|
||||||
.collect();
|
.collect();
|
||||||
|
|
Loading…
Reference in a new issue