ironic/releasenotes/notes/node-fault-8c59c0ecb94ba562.yaml
Julia Kreger b2ecd08924 Release note clean-ups for ironic release
Lots of misc fixes and changes to make the release notes
a little more consistent.

Change-Id: I8ed616f27a393d5adf015743fc1810a3d9955c55
2018-06-20 14:46:33 -07:00

20 lines
869 B
YAML

---
features:
- |
Adds support for the ``fault`` field in the node, beginning with API
version 1.42. This field records the fault, if any, detected by ironic for
a node. If no fault is detected, the ``fault`` is ``None``. The ``fault``
field value is set to one of following values according to
different circumstances:
* ``power failure``: when a node is put into maintenance due to power sync
failures that exceed max retries.
* ``clean failure``: when a node is put into maintenance due to failure of
a cleaning operation.
* ``rescue abort failure``: when a node is put into maintenance due to
failure of cleaning up during rescue abort.
The ``fault`` field will be set to ``None`` if an operator manually set
maintenance to ``False``. The ``fault`` field can be used as a filter for
querying nodes.