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
This commit is contained in:
Victoria Martinez de la Cruz 2022-07-29 13:49:57 +00:00
parent 400b1011be
commit 22d94f462e
1 changed files with 0 additions and 2 deletions

View File

@ -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