From 22d94f462eb11f27f1ba134b0e089305069a0b08 Mon Sep 17 00:00:00 2001 From: Victoria Martinez de la Cruz Date: Fri, 29 Jul 2022 13:49:57 +0000 Subject: [PATCH] Remove pg_num and pgp_num config from bootstrap_ceph The configuration that we are using by default that sets pg_num and pgp_num values in bootstrap_ceph breaks devstack-plugin-ceph when using the latest Ceph version (quincy). This patch sets removes the config for pg_num and pgp_num, so we delegate to Ceph the pools autoscaling. Closes-Bug: #1983107 Change-Id: Iecd949ef2258ae8a6ded596219bb993aeff20de5 --- devstack/lib/cephadm | 2 -- 1 file changed, 2 deletions(-) diff --git a/devstack/lib/cephadm b/devstack/lib/cephadm index be88dc1..3d419f4 100755 --- a/devstack/lib/cephadm +++ b/devstack/lib/cephadm @@ -159,8 +159,6 @@ function bootstrap_config { [global] log to file = true osd crush chooseleaf type = 0 -osd_pool_default_pg_num = 8 -osd_pool_default_pgp_num = 8 osd_pool_default_size = 1 [mon] mon_warn_on_pool_no_redundancy = False