From 815ef9958d67e00925f13c5d23fc3898da9588e1 Mon Sep 17 00:00:00 2001 From: Erno Kuvaja Date: Tue, 31 May 2016 11:08:30 +0200 Subject: Don't overwrite ceph osd_journal_size The default journal size is 5 gigs. This change stops us overwriting it with 1 gig that is too small for production. The config value is used by ceph only when it creates the journal so this does not affect upgrades. Change-Id: I4bfd2ab47e131d8fcdd5dc75a5a56cfae8b22d5a --- puppet/hieradata/ceph.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/puppet/hieradata/ceph.yaml b/puppet/hieradata/ceph.yaml index 1e480e60..b29b91cf 100644 --- a/puppet/hieradata/ceph.yaml +++ b/puppet/hieradata/ceph.yaml @@ -1,4 +1,3 @@ -ceph::profile::params::osd_journal_size: 1024 ceph::profile::params::osd_pool_default_pg_num: 32 ceph::profile::params::osd_pool_default_pgp_num: 32 ceph::profile::params::osd_pool_default_size: 3 -- cgit 1.2.3-korg