tripleo-heat-templates/releasenotes
Keith Schincke 8e8cafcf33 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
(cherry picked from commit cdfe035663)
2017-12-19 09:48:06 +01:00
..
notes Remove osd_pool_default_min_size to allow Ceph cluster to do the right thing by default 2017-12-19 09:48:06 +01:00
source Use Python to compute release notes version 2017-08-30 15:09:43 -07:00