ironic/releasenotes/notes/add-agent-erase-fallback-b07613a7042fe236.yaml
Jim Rollenhagen 0fe585ac7c Clean up release notes for 6.1.0
This corrects some typos, some grammar, and makes formatting of notes
generally more consistent.

Change-Id: Ic6b48a1877a9b142a4dd1df2ae22342eef99bc76
2016-08-10 14:02:42 -04:00

17 lines
686 B
YAML

---
features:
- A new configuration option
``[deploy]continue_if_disk_secure_erase_fails``, which
has a default value of False, has been added. If set to
True, the Ironic Python Agent will revert to a disk shred
operation if an ATA secure erase operation fails. Under
normal circumstances, the failure of an ATA secure erase
operation results in the node being put in ``clean failed``
state.
upgrade:
- A new configuration option
``[deploy]continue_if_disk_secure_erase_fails``, which
has a default value of False, has been added. The default
setting represents the standard behavior of the Ironic
Python Agent during a cleaning failure.