summaryrefslogtreecommitdiff
path: root/releasenotes/notes/ipa-erase_devices-skip-read-only-9f8cd9278c35a84e.yaml
blob: b530dd807d23470df83af9b7d3241d0e1470f1c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - |
    Adds the capability for an operator to set a configuration setting which
    tells the ironic-python-agent it is okay to skip read-only block devices
    when performing an ``erase_devices`` cleaning operation. This requires
    ironic-python-agent version 6.0.0 or greater and can be set using the
    ``[deploy]erase_skip_read_only`` configuration option.
other:
  - |
    Starting in ironic-python-agent 6.0.0, metadata erasure of read-only
    devices is skipped by default.