f532ec4f70
Add an option conv_flags, that will be passed at ironic.conf into iscsi section. This will pass the conv_flags option to the iscsi disk utils, and this will modify the behaviour of the image copy to disk. It can be used for things as optimization (adding an sparse flag) Change-Id: Ia9e11dda35bb06e5b37b00e1b8fb42f9267a95d6 Story: #2004124 Task: #27573
8 lines
278 B
YAML
8 lines
278 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a new configuration option ``[iscsi]conv_flags``, that specifies the
|
|
conversion options to pass to the ``dd`` utility when copying an image.
|
|
For example, passing ``sparse`` may result in less network traffic for
|
|
large whole disk images.
|