39ea7f81aa
Update doc links according to OpenStack document migration. Use https instead of http for docs links. 1)http://docs.openstack.org/infra/bindep/ --> https://docs.openstack.org/infra/bindep/ 2)http://ceph.com/docs/master/install/install-ceph-gateway/ --> http://docs.ceph.com/docs/master/install/install-ceph-gateway/ Closes-Bug:#1717835 Change-Id: Ie2dca6e916d04278ca2ee9ed7c4ed43b73b77e82
24 lines
1.0 KiB
YAML
24 lines
1.0 KiB
YAML
---
|
|
features:
|
|
- Added options to configure some osd parameters directly
|
|
(instead of generic ceph::conf) this behavior is
|
|
disabled by default. `osd/osd_max_backfills`,
|
|
`osd_max_scrubs`, `osd/osd_recovery_max_active`,
|
|
`osd_recovery_max_single_start`, `osd/osd_recovery_op_priority`,
|
|
`osd/osd_op_threads`
|
|
upgrade:
|
|
- when upgrading, move any usage of ceph::conf to ceph::init for the
|
|
following parameters `osd/osd_max_backfills`,
|
|
`osd_max_scrubs`, `osd/osd_recovery_max_active`,
|
|
`osd_recovery_max_single_start`, `osd/osd_recovery_op_priority`,
|
|
`osd/osd_op_threads`
|
|
deprecations:
|
|
- ceph::init set_osd_params is added new as deprecated.
|
|
This is to support backwards compatibility in this release.
|
|
It will be removed in the next release. Please inspect your
|
|
usage of ceph::conf for `osd/osd_max_backfills`,
|
|
`osd_max_scrubs`, `osd/osd_recovery_max_active`,
|
|
`osd_recovery_max_single_start`, `osd/osd_recovery_op_priority`,
|
|
`osd/osd_op_threads` as these will become actively defined from
|
|
ceph::init
|