From fa026d64408e5a158f2f03de440f6c854de8045b Mon Sep 17 00:00:00 2001 From: John Fulton Date: Wed, 14 Feb 2018 18:06:28 +0000 Subject: [PATCH] Add non-production ceph defaults to low-memory-usage.yaml Ceph Luminous does not create a pool if the pg_number, pool size, and mon_max_pg_per_osd are outside of Ceph recomended practice for production clusters. TripleO development environments which use low-memory-usage.yaml may not meet this criteria and fail a deployment with Luminous unless the defaults for these values are overriden as in this change. Change-Id: I12ee495b780f29fc098c5c3bd57c46fd946146ae Closes-Bug: #1749544 --- environments/low-memory-usage.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/environments/low-memory-usage.yaml b/environments/low-memory-usage.yaml index c81c672300..4431e31473 100644 --- a/environments/low-memory-usage.yaml +++ b/environments/low-memory-usage.yaml @@ -17,3 +17,7 @@ parameter_defaults: 'nova::network::neutron::neutron_url_timeout': '60' DatabaseSyncTimeout: 900 + + # Override defaults to get HEALTH_OK with 1 OSD (for testing only) + CephPoolDefaultSize: 1 + CephPoolDefaultPgNum: 32