Set bind mount propegatation to shared for /var/lib/nova.
[apex-tripleo-heat-templates.git] / releasenotes / notes / unset-ceph-default-min-size-0297620ed99dab5b.yaml
1 ---
2 fixes:
3   - |
4     Removed the hard coding of osd_pool_default_min_size. Setting this value
5     to 1 can result in data loss in operating production deployments. Not
6     setting this value (or setting it to 0) will allow ceph to calculate the
7     value based on the current setting of osd_pool_default_size. If the
8     replication count is 3, then the calculated min_size is 2.  If the
9     replication count is 1, then the calcualted min_size is 1. For a POC
10     deployments using a single OSD, set osd_pool_default_size = 1. See
11     description at http://docs.ceph.com/docs/master/rados/configuration/pool-pg-config-ref/
12     Added CephPoolDefaultSize to set default replication size. Default value is 3.