872dba1a7e
Change-Id: I409379f72c8bb42b73e0f3aef8226904975d06ff
11 lines
347 B
YAML
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.
|