From 54583248b9510ba0d17313dea044b402953f4e94 Mon Sep 17 00:00:00 2001 From: "Erlon R. Cruz" Date: Mon, 5 Apr 2021 15:31:12 -0300 Subject: [PATCH] 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 --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 7461822..74faf3a 100644 --- a/config.yaml +++ b/config.yaml @@ -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