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

Bug 1691439

Summary: /etc/redhat-release shows 7.6, kernel is RHEL 8
Product: OpenShift Container Platform Reporter: Mike Fiedler <mifiedle>
Component: RHCOSAssignee: Steve Milner <smilner>
Status: CLOSED NOTABUG QA Contact: Micah Abbott <miabbott>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 4.1.0CC: bbreard, dustymabe, imcleod, jlebon, jligon, nstielau, walters
Target Milestone: ---   
Target Release: 4.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-03-21 19:32:56 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 Mike Fiedler 2019-03-21 15:42:47 UTC
Description of problem:

On 4.0.0-0.nightly-2019-03-20-153904 the kernel shows it is from RHEL 8 but /etc/redhat-releases is still showing 7.6

[root@ip-172-31-53-199 ~]# oc debug node/ip-172-31-175-72.us-east-2.compute.internal
Starting pod/ip-172-31-175-72us-east-2computeinternal-debug ...
To directly access the host PATH, try `chroot /host /bin/bash`
If you don't see a command prompt, try pressing enter.

sh-4.2# uname -a
Linux ip-172-31-175-72 4.18.0-80.el8.x86_64 #1 SMP Wed Mar 13 12:02:46 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

sh-4.2# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.6 (Maipo)


Version-Release number of selected component (if applicable): 4.0.0-0.nightly-2019-03-20-153904


How reproducible: Always

Comment 2 Colin Walters 2019-03-21 19:13:55 UTC
Aren't you missing `chroot /host` in there?

Comment 4 Mike Fiedler 2019-03-21 19:32:56 UTC
whoops, NOTABUG