e4f3b7b813
This fix a bug where a race condition can occur on a host that has a mix of controllers where some supports realtime mode and some do not. The approach is to use only realtime mode if all controllers supports realtime. This removes the race condition. Story: #2006502 Task: #36480 Change-Id: I18aa79774c0b562bf1e8b973db3d7860a01367e7
10 lines
399 B
YAML
10 lines
399 B
YAML
fixes:
|
|
- |
|
|
Fixes a bug in the ``idrac`` hardware type where a race condition
|
|
can occur on a host that has a mix of controllers where some support
|
|
realtime mode and some do not. The approach is to use only realtime
|
|
mode if all controllers support realtime. This removes the race
|
|
condition.
|
|
See bug `2006502 https://storyboard.openstack.org/#!/story/2006502`
|
|
for details
|