Re: [openstack-dev] [Ironic] A strange transition in Ironic FSM

2016-02-08 Thread Vladyslav Drok
Hi all, Looking at the state machine spec , this might be a leftover from the older state machine. When the node is in deleting state, we only clean up the kernel/ramdisk and clear DHCP options

[openstack-dev] [Ironic] A strange transition in Ironic FSM

2016-02-05 Thread Yuriy Zveryanskyy
Hi. We have a followed transition in common/states.py: # An errored instance can be rebuilt # ironic/conductor/manager.py:do_node_deploy() machine.add_transition(ERROR, DEPLOYING, 'rebuild') At first glance it looks correct. But ERROR state is used only for error after deleting, see http://docs