0fe585ac7c
This corrects some typos, some grammar, and makes formatting of notes generally more consistent. Change-Id: Ic6b48a1877a9b142a4dd1df2ae22342eef99bc76
17 lines
686 B
YAML
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.
|