summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-create-configuration-0e000392d9d7f23b.yaml
blob: 4aeb8d3a438b87cf8ff1dbc9e234bb2d1feaa984 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
fixes:
  - |
    Fixes a bug in the ``idrac`` hardware type where when creating
    one or more virtual disks on a RAID controller that supports
    passthru mode (PERC H730P), the cleaning step would finish
    before the job to create the virtual disks actually completed.
    This could result in the client attempting to perform another
    action against the iDRAC that creates a configuration job, and
    that action would fail since the job to create the virtual disk
    would still be executing.
    This patch fixes this issue by only allowing the cleaning step to
    finish after the job to create the virtual disk completes.
    See bug
    `bug 2007285 <https://storyboard.openstack.org/#!/story/2007285>`_
    for more details.