Bug 1779220

Summary: [baremetal-pxeboot]bootstrap always resetart for UPI install on baremetal with PXE boot
Product: OpenShift Container Platform Reporter: zhaozhanqi <zzhao>
Component: InstallerAssignee: Abhinav Dahiya <adahiya>
Installer sub component: openshift-installer QA Contact: Johnny Liu <jialiu>
Status: CLOSED DUPLICATE Docs Contact:
Severity: urgent    
Priority: urgent    
Version: 4.3.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-12-03 18:45:53 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:
Attachments:
Description Flags
bootstrap restart after this none

Description zhaozhanqi 2019-12-03 14:22:22 UTC
Created attachment 1641687 [details]
bootstrap restart after this

Description of problem:
Setup OCP 4.3 with baremetal with PXE boot. The bootstrap node install the rhcos system and then boot from disk. After that. the bootstrap machine always be restarted. 


Version-Release number of the following components:

https://releases-rhcos-art.cloud.privileged.psi.redhat.com/storage/releases/rhcos-4.3/43.81.201911262150.0/x86_64/rhcos-43.81.201911262150.0-installer-kernel-x86_64

https://releases-rhcos-art.cloud.privileged.psi.redhat.com/storage/releases/rhcos-4.3/43.81.201911262150.0/x86_64/rhcos-43.81.201911262150.0-installer-initramfs.x86_64.img

https://releases-rhcos-art.cloud.privileged.psi.redhat.com/storage/releases/rhcos-4.3/43.81.201911262150.0/x86_64/rhcos-43.81.201911262150.0-metal.x86_64.raw.gz

registry.svc.ci.openshift.org/ocp/release:4.3.0-0.nightly-2019-12-02-055401


How reproducible:
always

Steps to Reproduce:
1. the following is the pxeboot file:

DEFAULT pxeboot
TIMEOUT 20
PROMPT 0
LABEL pxeboot
KERNEL rhcos/images/latest/installer-kernel
APPEND ip=dhcp rd.neednet=1 initrd=rhcos/images/latest/installer-initramfs.img console=tty0 console=ttyS0 coreos.inst=yes coreos.inst.install_dev=sda coreos.inst.image_url=http://192.168.222.1:8000/rhcos/images/latest/metal-bios.raw.gz coreos.inst.ignition_url=http://192.168.222.1:8000/rhcos/ignitions/bootstrap.ign debug
IPAPPEND 2

2. boot server with pxeboot

3. 

Actual results:

after the rhcos is installed. the machine will restart and boot from disk. then the bootstrap enter the restart mode. 

since cannot ssh into the bootstrap rhcos. So very hard get the logs. please see picture. the machine will be there about 5 mins. and then be restarted with same behaviour

Expected results:

Additional info:

it worked  well with same config files when using 4.2 rhcos pxeboot image file.
after I download the 4.3 rhcos pxeboot image. always met this issue.

Comment 1 Scott Dodson 2019-12-03 18:45:53 UTC

*** This bug has been marked as a duplicate of bug 1779222 ***