summaryrefslogtreecommitdiff
path: root/ironic/conf/iscsi.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove reference to deprecated [disk_utils]iscsi_verify_attemptsRiccardo Pittau2020-01-101-4/+2
| | | | | | | The configuration option [disk_utils]iscsi_verify_attempts was deprecated in Train and it's been removed from ironic-lib. Change-Id: Ibe1dc230be037ff3cd4ca72d3900296c423bba06
* Prepare for deprecation of iscsi_verify_attempts in ironic-libDmitry Tantsur2019-08-301-1/+9
| | | | | | | | ironic-lib itself is not concerned with iscsi deploy, and this option is actually used for partition detection retry count. This is confusing, so this patch moves the option to ironic. Change-Id: Idacf9b576173f878475a4b7e1503109095dafcd0
* Enable configuration of conversion flags for iscsiYolanda Robla2018-10-191-0/+5
| | | | | | | | | | | | 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
* Centralize config options - [iscsi]Ramamani Yeleswarapu2016-08-121-0/+30
Nova style refactor of config options in Ironic. Change-Id: I238af0a0d92073cdf62b5303550e5ada25a69655 Partial-Bug: #1561100