ironic/releasenotes/notes/fix-delete_configuration-with-multiple-controllers-06fc3fca94ba870f.yaml
Rachit7194 e4f3b7b813 DRAC: Fix a bug for delete_config with multiple controllers
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
2019-10-03 09:37:53 -04:00

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