ironic/releasenotes/notes/fix-create-configuration-0e000392d9d7f23b.yaml
Rachit7194 5e4a617b46 DRAC: Fix RAID create_config clean step
This patch fixes this issue by only allowing
the cleaning step to finish after the job to
create the virtual disk completes.

Change-Id: I7879e0534018f9a2ad12155fd886b069604bf3d3
Story: 2007285
Task: 38738
2020-02-20 20:25:11 +00:00

16 lines
744 B
YAML

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.