Remove osd_pool_default_min_size to allow Ceph cluster to do the right thing by default
authorKeith Schincke <keith.schincke@gmail.com>
Fri, 12 May 2017 12:12:56 +0000 (08:12 -0400)
committerKeith Schincke <keith.schincke@gmail.com>
Mon, 22 May 2017 18:38:52 +0000 (14:38 -0400)
commitcdfe03566354b938e94c6863b0d4b1c3e64cc10c
treeacec9be2315c3819240d525afccf423b6c615d5c
parent340dfd4d2f2add386ac92e222023988a529ad96f
Remove osd_pool_default_min_size to allow Ceph cluster to do the right thing by default

The default value is 0 which has the minimum number be caluclated based on the replica count
from osd_pool_defaut_size. The default replica count is 3 and the calculated min_size is 2.
If the replica count is 1 then the min_size is 1. ie: min_size = replica - (replica/2)
Add CephPoolDefaultSize parameter to ceph-mon.yaml. This parameter defaults to 3 but can
be overriden. See puppet-ceph-devel.yaml for an example

Change-Id: Ie9bdd9b16bcb9f11107ece614b010e87d3ae98a9
ci/environments/scenario001-multinode.yaml
ci/environments/scenario004-multinode.yaml
environments/puppet-ceph-devel.yaml
puppet/services/ceph-base.yaml
puppet/services/ceph-mon.yaml
releasenotes/notes/unset-ceph-default-min-size-0297620ed99dab5b.yaml [new file with mode: 0644]