File: enable-cleaning-fallback-57e8c9aa2f24e63d.yaml

package info (click to toggle)
ironic-python-agent 10.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,416 kB
  • sloc: python: 35,563; sh: 60; makefile: 29
file content (14 lines) | stat: -rw-r--r-- 643 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
features:
  - The driver_internal_info internal setting
    ``agent_continue_if_ata_erase_failed`` allows operators
    to enable disk cleaning operations to fallback from a failed
    ata_erase operation to disk shredding operations.
fixes:
  - IPA will now attempt to unlock a security locked drive
    with a 'NULL' password if it is found to be enabled,
    however this will only work if the password was previously
    set to a 'NULL' value, such as if a failure during a previous
    ata_erase sequence.
  - Potential command failures in the secure erase process are
    now captured and raised as BlockDeviceEraseError exceptions.