openstack-ansible/releasenotes/notes/cinder_init_time_settings-1ef46f6b9d4fc1df.yaml
Andy McCrae 26b1fb9ce5 Role Pin for Pike OSA Milestone-1
Nova is pinned before 6dd047a3307a1056077608fd5bc2d1c3b3285338 until
https://review.openstack.org/#/c/455710/ can merge.

Change-Id: I27adc85337424a7b251d8d5d614ad4446c6c55d3
2017-04-12 11:52:44 +00:00

20 lines
1.0 KiB
YAML

---
features:
- The ``cinder_sigkill_timeout`` was introduced to control
the time between sending a SIGTERM signal and a SIGKILL signal when
stopping or restarting services. This can help in letting long-lived
sessions drain while preventing new ones from starting before a
restart. Default is 120 seconds (was harcoded to 300 seconds).
- The ``cinder_restart_wait`` variable has been added to control the time
between restarts of cinder services. Default is 5 seconds (was
hardcoded to 150 seconds).
upgrade:
- The ``cinder_sigkill_timeout`` was introduced to control
the time between sending a SIGTERM signal and a SIGKILL signal when
stopping or restarting services. This can help in letting long-lived
sessions drain while preventing new ones from starting before a
restart. Default is 120 seconds (was harcoded to 300 seconds).
- The ``cinder_restart_wait`` variable has been added to control the time
between restarts of cinder services. Default is 5 seconds (was
hardcoded to 150 seconds).