Document commands to leave WAIT states

Change-Id: I817c5cb0469af2cea8d6afd34d16909433716f43
This commit is contained in:
Dmitry Tantsur 2021-11-02 16:14:43 +01:00
parent a40e4e0f35
commit 4bb7e53738
1 changed files with 21 additions and 0 deletions

View File

@ -593,6 +593,27 @@ helpful to connect to the IPA and inspect its logs, see the trouble shooting
guide of the :ironic-python-agent-doc:`ironic-python-agent (IPA) <>` on how
to do this.
Stopping the operation
----------------------
Cleaning, inspection and rescuing can be stopped while in ``clean wait``,
``inspect wait`` and ``rescue wait`` states using the ``abort`` command.
It will move the node to the corresponding failure state (``clean failed``,
``inspect failed`` or ``rescue failed``)::
baremetal node abort <node>
Deploying can be aborted while in the ``wait call-back`` state by starting an
undeploy (normally resulting in cleaning)::
baremetal node undeploy <node>
See :doc:`/user/states` for more details.
.. note::
Since the Bare Metal service is not doing anything actively in waiting
states, the nodes are not moved to failed states on conductor restart.
Deployments fail with "failed to update MAC address"
====================================================