diff options
author | Erno Kuvaja <jokke@usr.fi> | 2016-05-31 11:08:30 +0200 |
---|---|---|
committer | Erno Kuvaja <jokke@usr.fi> | 2016-05-31 11:25:56 +0200 |
commit | 815ef9958d67e00925f13c5d23fc3898da9588e1 (patch) | |
tree | cb61fcbb1fd953e53f4f9d0721241e5942cd7658 /puppet | |
parent | 2b6c7dbefff4b1fcab36f3fbc105d63187c54ac5 (diff) |
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
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/hieradata/ceph.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |