As per the state machine, ironic doesn't provide an option to move from CLEANFAIL to CLEAN

Bug #1441445 reported by Anusha
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ironic
Invalid
Medium
Unassigned

Bug Description

According to the state machine, there is an option to move from CLEANFAIL to CLEAN using 'clean' verb.
https://github.com/openstack/ironic/blob/master/ironic/common/states.py#L266

But currently, there is no support in ironic and python-ironicclient , to be accept 'clean' as a valid verb in
node-set-provision-state .

NOTE: There is still workaround , when the node is in CLEANFAIL -> MANAGEABLE -> CLEANING-> AVAILABLE using 'manage' and 'provide' verbs.

Revision history for this message
Dmitry Tantsur (divius) wrote :

Right, the verb should be "provide", not "clean"

Changed in ironic:
status: New → Triaged
importance: Undecided → High
tags: added: kilo-rc-potential
aeva black (tenbrae)
Changed in ironic:
importance: High → Medium
tags: removed: kilo-rc-potential
Revision history for this message
aeva black (tenbrae) wrote :

As per the state machine specification, there should not be a transition from CLEANFAIL -> CLEANING directly, and so the REST API is correct. That the internal state machine represents this transition is a bug and should be fixed in Liberty, but there's no need to back port it as this is not exposed in the Kilo API. I have removed that tag, and will close this bug. I have opened a new one here:
  https://bugs.launchpad.net/ironic/+bug/1446758

For reference, I'll quote the spec here as well.
  http://specs.openstack.org/openstack/ironic-specs/specs/kilo/new-ironic-state-machine.html#proposed-change

CLEANING
    Nodes in the CLEANING state are being scrubbed in preparation to being made AVAILABLE. Good candidates for CLEANING tasks include:
    [snip...]
    Management of CLEANING tasks should be handled in the same fashion as ZAPPING tasks.

ZAPFAIL
    Nodes that transition into ZAPFAIL will automatically enter maintenance mode, as failure to ZAP a machine usually indicates a hardware failure or something else that requires remote hands to fix.

Changed in ironic:
status: Triaged → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.