ironic/releasenotes/notes/add_conversion_flags_iscsi-d7f846803a647573.yaml
Yolanda Robla f532ec4f70 Enable configuration of conversion flags for iscsi
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
2018-10-19 16:59:29 +02:00

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.