| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The configuration option [disk_utils]iscsi_verify_attempts was
deprecated in Train and it's been removed from ironic-lib.
Change-Id: Ibe1dc230be037ff3cd4ca72d3900296c423bba06
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
Nova style refactor of config options in Ironic.
Change-Id: I238af0a0d92073cdf62b5303550e5ada25a69655
Partial-Bug: #1561100
|