6eb72aa769
We need an optional delay on nova-compute when it's waiting for ceph to be healthy. This commit is adding a wrapper that will be deployed when necessary. Related: https://bugzilla.redhat.com/show_bug.cgi?id=1498621 Change-Id: Ie7ad2d835c1762dc4b9341e305e6a428cb087935
9 lines
392 B
YAML
9 lines
392 B
YAML
---
|
|
features:
|
|
- |
|
|
The parameter ``NovaComputeStartupDelay`` allows the operator to delay the
|
|
startup of ``nova-compute`` after a compute node reboot.
|
|
When all the overcloud nodes are rebooted at the same time, it can take a
|
|
few minutes to the Ceph cluster to get in a healthy state. This delay will
|
|
prevent the instances from booting before the Ceph cluster is healthy.
|