Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1715185

Summary: PXE boot ignores statement like ip:eno2:dhcp
Product: OpenShift Container Platform Reporter: William Caban <william.caban>
Component: RHCOSAssignee: Steve Milner <smilner>
Status: CLOSED NOTABUG QA Contact: Micah Abbott <miabbott>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.1.0CC: bbreard, dustymabe, imcleod, jligon, nstielau
Target Milestone: ---   
Target Release: 4.1.z   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-05-30 13:15:58 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description William Caban 2019-05-29 19:06:34 UTC
Description of problem:
When using pxe boot in a bare-metal system with multiple interfaces, dracut ignores something like ip:eno2:dhcp and it tries DHCP on all interfaces

Version-Release number of selected component (if applicable):

openshift-install-linux-4.1.0-rc.5
rhcos-410.8.20190516.0-metal-bios.raw.gz


How reproducible:

100% of the time in bare-metal

Actual results:

It sends DHCP request over every interface and waits for a timeout. If the system has a lot of interfaces the NetworkManager-wait-online.service process fails and create a cascade failure during the bootstrap process.

Expected results:

To ignore all the other interfaces

Comment 1 Dusty Mabe 2019-05-29 19:16:47 UTC
> dracut ignores something like ip:eno2:dhcp

I assume you mean `ip=eno2:dhcp` ?

Comment 2 William Caban 2019-05-29 20:03:43 UTC
correct. like this:

  APPEND ip=eno2:dhcp ipv6.disable=1 rd.neednet=1 initrd=rhcos/rhcos-initramfs.img console=tty0 console=ttyS0 coreos.inst=yes coreos.inst.install_dev=sda coreos.inst.ignition_url=http://192.168.1.1:8000/bootstrap.ign coreos.inst.image_url=http://192.168.1.1:8000/metal/rhcos-410.8.20190516.0-metal-bios.raw.gz

Comment 3 Steve Milner 2019-05-30 13:15:58 UTC
Per the debug session yesterday it's been noted ip=eno2:dhcp is acting like it should. Closing this bug.