summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-delete_configuration-with-multiple-controllers-06fc3fca94ba870f.yaml
blob: a24f89d89609293e49883a8ff22ac9e1f42c3db8 (plain)
1
2
3
4
5
6
7
8
9
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.