b66471e39d
This change adds support for utilising NVMe specific cleaning tools on supported devices. This will remove the neccessity of using shred to securely delete the contents of a NVMe drive and enable using nvme-cli tools instead, improving cleaning performance and reducing wear on the device. Story: 2008290 Task: 41168 Change-Id: I2f63db9b739e53699bd5f164b79640927bf757d7
15 lines
621 B
YAML
15 lines
621 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds the ``[deploy]enable_nvme_secure_erase`` option which allows the
|
|
operator to enable NVMe format option for all nodes being managed by
|
|
the conductor.
|
|
deprecations:
|
|
- |
|
|
Deprecates ATA specific ``agent_continue_if_ata_erase_failed`` agent's
|
|
option which is replaced with ``agent_continue_if_secure_erase_failed``.
|
|
The new option supports both ATA and NVMe secure erase. In order to ensure
|
|
a smooth migration to the new configuration option, the operators need to
|
|
upgrade Ironic Python Agent image to Wallaby release prior to upgrading
|
|
Ironic Conductor to Xena.
|