Garage v0.9 #473

Merged
lx merged 175 commits from next into main 2023-10-10 13:28:29 +00:00
Showing only changes of commit 7b2c065c82 - Show all commits

View file

@ -495,9 +495,7 @@ impl ClusterLayout {
zone: _,
capacity: Some(c),
tags: _,
}) => {
*c
}
}) => *c,
_ => 0,
})
.collect();