ironic/releasenotes/notes/resume-cleaning-post-oob-reboot-b76c23f98219a8d2.yaml
Shivanand Tendulker 7c5a04c114 Fix for failure in cleaning
The cleaning operation may fail, if an in-band clean step were to
execute after the completion of out-of-band clean step that
performs reboot of the node. The failure is caused because of race
condition where in cleaning is resumed before the Ironic Python
Agent(IPA) is ready to execute clean steps.

Story: #2002731
Task: #22580
Change-Id: Idaacb9fbb1ea3ac82cdb6769df05d8206660c8cb
2018-07-24 02:18:08 -04:00

11 lines
461 B
YAML

---
fixes:
- |
The cleaning operation may fail, if an in-band clean step were to
execute after the completion of out-of-band clean step that
performs reboot of the node. The failure is caused because of race
condition where in cleaning is resumed before the Ironic Python
Agent(IPA) is ready to execute clean steps. This has been fixed.
For more information, see `bug 2002731
<https://storyboard.openstack.org/#!/story/2002731>`_.