Bump default swift partition power

The partition power is used to build the swift rings. The total
number of partitions in the cluster will be 2^partition-power.
The recommend number of partitions of a cluster is a minimum of 100
per disk. Given that 2^8 is only 256, this number will lead to a sub-
optimal configuration even on test deployments, not to say on production
where disks can surpass the hundreds, and this will lead to a very
unbalanced cluster.

Closes-bug: #1931286
Change-Id: Ifdf2b96f27f18bc64549c40d8fa47474f8eb59c8
This commit is contained in:
Erlon R. Cruz 2021-04-05 15:31:12 -03:00
parent a8d77d22fe
commit 54583248b9
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ options:
# Swift ring management config
partition-power:
type: int
default: 8
default: 16
description: |
This value needs to be set according to the parameters of the cluster
being deployed. In order to achieve an optimal distribution of objects