ironic-python-agent/releasenotes/notes/parallel-erase-disk-devices-09ea33d5443aead0.yaml
Dmitry Tantsur 872dba1a7e Update release notes
Change-Id: I409379f72c8bb42b73e0f3aef8226904975d06ff
2019-03-18 15:11:27 +01:00

11 lines
347 B
YAML

---
features:
- |
Supports parallel disk device erasure. This is controlled by ironic's
``[deploy]disk_erasure_concurrency`` configuration option.
other:
- |
The ``HardwareManager.erase_block_device`` method is now called
concurrently when parallel disk device erasure is used. It must be
implemented in a thread-safe way.