2016-07-25 19:07:27 +08:00
|
|
|
---
|
|
|
|
features:
|
|
|
|
- |
|
2019-03-18 14:28:21 +01:00
|
|
|
Supports parallel disk device erasure. This is controlled by ironic's
|
|
|
|
``[deploy]disk_erasure_concurrency`` configuration option.
|
2016-07-25 19:07:27 +08:00
|
|
|
other:
|
|
|
|
- |
|
2019-03-18 14:28:21 +01:00
|
|
|
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.
|