From 1f0f6f3328ed60b48b5ece6c41b11371f56444f0 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Wed, 17 Mar 2021 12:56:57 +0100 Subject: [PATCH] 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 --- environments/low-memory-usage.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/environments/low-memory-usage.yaml b/environments/low-memory-usage.yaml index 3af0f29d19..2ed26ac84b 100644 --- a/environments/low-memory-usage.yaml +++ b/environments/low-memory-usage.yaml @@ -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'