Remove Ceph cluster replica and PG num from low-memory-usage.yaml

The Ceph setting might be useful in CI but do now lower the memory
consumption and are actually harmful because misconfigure the
cluster without replicas which makes it also useless to test any
upgrade or update scenario.

Change-Id: Iefb9cd3b619874c2374e0eeb6db374233583094f
This commit is contained in:
Giulio Fidente 2021-03-17 12:56:57 +01:00
parent 7d28616578
commit 1f0f6f3328
1 changed files with 0 additions and 4 deletions

View File

@ -20,9 +20,5 @@ parameter_defaults:
DatabaseSyncTimeout: 900
# Override defaults to get HEALTH_OK with 1 OSD (for testing only)
CephPoolDefaultSize: 1
CephPoolDefaultPgNum: 16
NovaReservedHostMemory: 512
MysqlInnodbBufferPoolSize: '128M'