kolla/releasenotes/notes/support-disk-size-as-weight-in-ceph-9d6353f1d3f03199.yaml
Jeffrey Zhang d4269334dd Use the disk size as the osd weight when osd_initial_weight is auto
In most of case, the disks used by ceph have different size. Use the
default value 1 may block the ceph when one disk is full. Use the disk
size as osd weight will more reasonally.

TrivialFix

Change-Id: Ib875c7289188cbb9380355baf0c8048f1eb09332
2016-06-29 23:14:51 +08:00

12 lines
410 B
YAML

---
prelude: >
In most of case, the disks used by ceph have different size. Use the default
value 1 may block the ceph when one disk is full. Use the disk size as osd
weight will more reasonally.
features:
- support using the disk size as the osd weight when osd_initial_weight is
auto
upgrade:
- the os_initial_weight still has the default value 1, it will not break
cluster when upgrading.