Can not update node after aborting cleaning ("clean wait" state)
Bug #1557497 reported by
Lucas Alvares Gomes
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
Fix Released
|
High
|
Lucas Alvares Gomes |
Bug Description
When aborting a node in "clean wait" state the node will go to "clean fail", from there the operator may want to move it to "manageable" and edit some information in the node before restart cleaning again. Currently ironic do not clean the target_
[stack@localhost devstack]$ ironic node-update node-0 add extra/foo=bar
Node node-0 can not be updated while a state transition is in progress. (HTTP 409)
See the full logs here: http://
Changed in ironic: | |
status: | New → Confirmed |
Changed in ironic: | |
assignee: | nobody → Lucas Alvares Gomes (lucasagomes) |
importance: | Undecided → High |
To post a comment you must log in.
We've hit this issue in downstream testing, during testing a mistake was made in the node configuration which caused cleaning to fail. The node was then moved to manageable successfully however because the target state wasn't cleared, we could not update the node's information because it still believes its in a transition. This means our only choices were to manually edit the nodes record via mysql or delete the node and recreate it.