diff --git a/entrypoint/src/cmd/entrypoint/garage_util.go b/entrypoint/src/cmd/entrypoint/garage_util.go index b860b69..ff81edb 100644 --- a/entrypoint/src/cmd/entrypoint/garage_util.go +++ b/entrypoint/src/cmd/entrypoint/garage_util.go @@ -271,7 +271,7 @@ func garageApplyLayout( } clusterLayout[id] = peerLayout{ - Capacity: alloc.Capacity / 100, + Capacity: alloc.Capacity, Zone: zone, Tags: []string{}, }