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: _,
|
||||
capacity: Some(c),
|
||||
tags: _,
|
||||
}) => {
|
||||
*c
|
||||
}
|
||||
}) => *c,
|
||||
_ => 0,
|
||||
})
|
||||
.collect();
|
||||
|
|
Loading…
Reference in a new issue