ba83fb1bb4
Currently calling this code blows up if using an older ramdisk. If default values for 'portal_port' or 'wipe_disk_metadata' parameters are set, do not pass it to IPA to workaround this problem. If start_iscsi_target fails and wipe_disk_metadata is True, try to start iSCSI without it, if custom portal_port is requested, tell the user that either ramdisk should be updated or default port should be used. Closes-Bug: #1584005 Co-Authored-By: Vladyslav Drok <vdrok@mirantis.com> Change-Id: I319fb18bb8ff58970c219cc4f4dba7b54e239bd4
9 lines
468 B
YAML
9 lines
468 B
YAML
---
|
|
upgrade:
|
|
- Fixed Mitaka ironic python agent ramdisk iSCSI deploy compatibility with
|
|
newer versions of ironic by logging the warning and retrying the deploy if
|
|
wiping root disk metadata before exposing it over iSCSI fails. If custom
|
|
iSCSI port is requested, an error clarifying the issue is logged and the
|
|
operator is requested either to use the default iSCSI portal port, or to
|
|
upgrade ironic python agent ramdisk to version >= 1.3 (Newton).
|