← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~smoser/cloud-init:bug/1752391-fix-iscsi-root-without-ip into cloud-init:master

 

The proposal to merge ~smoser/cloud-init:bug/1752391-fix-iscsi-root-without-ip into cloud-init:master has been updated.

Commit Message changed to:

net: recognize iscsi root cases without ip= on kernel command line.

When 'ip=' or 'ip6=' is found on the kernel command line,
cloud-init will consider read network config from /run/net-*.conf files.

There are some iscsi-root scenarios where initramfs configures networking
but the ip= parameter is not present. 2 such cases are:
 a.) static config in /etc/iscsi/iscsi.initramfs (copied into the initramfs)
 b.) iBft

This changes cloud-init to consider initramfs provided networking
information if:
 * there are /run/net-* files and
 * (ip= or ip6 is on the command line) or open-iscsi.interface file exists.

LP: #1752391

For more details, see:
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/340140
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~smoser/cloud-init:bug/1752391-fix-iscsi-root-without-ip into cloud-init:master.


References