RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2217407 - Virt-what does not return correct result when running inside an openshift container
Summary: Virt-what does not return correct result when running inside an openshift con...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: virt-what
Version: 8.8
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Richard W.M. Jones
QA Contact: YongkuiGuo
URL:
Whiteboard:
Depends On:
Blocks: 2218203
TreeView+ depends on / blocked
 
Reported: 2023-06-26 08:03 UTC by alessandro.taufer
Modified: 2023-11-14 18:14 UTC (History)
6 users (show)

Fixed In Version: virt-what-1.25-4.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 2218203 (view as bug list)
Environment:
Last Closed: 2023-11-14 15:51:34 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-160731 0 None None None 2023-06-26 08:05:01 UTC
Red Hat Product Errata RHEA-2023:7173 0 None None None 2023-11-14 15:51:40 UTC

Description alessandro.taufer 2023-06-26 08:03:19 UTC
Description of problem:
It's impossible to request a virtual subscription of RedHat OS while running in a Openshift container. That's due to the fact that virt-what doesn't detect CRI-O based containers.

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


How reproducible:
Run a container registry.access.redhat.com/ubi8/ubi-init:8.8 on openshift

Steps to Reproduce:
1. Launch a container registry.access.redhat.com/ubi8/ubi-init:8.8 on openshift
2. Run #virt-what

Actual results:
#virt-what
Return code 0

Expected results:
#virt-what
crio

Additional info:

Comment 1 Richard W.M. Jones 2023-06-27 13:17:11 UTC
Can you tell us the precise version of virt-what?  rpm -q virt-what

Comment 2 Richard W.M. Jones 2023-06-27 13:21:42 UTC
Also what's the version of OpenShift (if known).

What is the contents of /proc/1/environ ?

Comment 3 alessandro.taufer 2023-06-27 13:48:26 UTC
Thank you for the quick reply!

$ rpm -q virt-what
virt-what-1.25-3.el8.x86_64

$cat /proc/1/environ # I just kept the part related to the container because I'm not sure how much of the file I am allowed to share
container=crio

Openshift Version: 4.13.1

Comment 4 Xiaodai Wang 2023-06-27 15:09:03 UTC
I can reproduce it in an OCP cluster which is installed on baremetal.

I also tried the cluster which is installed on a VM, the result is
# virt-what
kvm

I tried it again in podman, the result is
# podman exec -it 392a422ca3b2 virt-what
oci

Comment 5 Richard W.M. Jones 2023-06-27 16:24:13 UTC
(In reply to Xiaodai Wang from comment #4)
> I can reproduce it in an OCP cluster which is installed on baremetal.
> 
> I also tried the cluster which is installed on a VM, the result is
> # virt-what
> kvm

I believe we are expecting output like:

# virt-what
kvm
crio      ; or maybe "oci" here, being discussed on tech-list

Note "kvm" is still printed because of the KVM VM you're running it in.

> I tried it again in podman, the result is
> # podman exec -it 392a422ca3b2 virt-what
> oci

Yes, this is correct.

Comment 6 Richard W.M. Jones 2023-06-28 08:59:49 UTC
(In reply to Xiaodai Wang from comment #4)
> I can reproduce it in an OCP cluster which is installed on baremetal.

Xiaodai, can I get remote access to this?  (Email me the creds if possible)

Comment 7 Richard W.M. Jones 2023-06-28 12:27:28 UTC
Upstream fix:
http://git.annexia.org/?p=virt-what.git;a=commitdiff;h=95d18c02038f44bc3e8ff264079f8b697eecf1bd

# virt-what
crio

Comment 8 Richard W.M. Jones 2023-06-28 12:29:38 UTC
I've suggested a potential fix in ITM 20 for RHEL 8.9, although it's a bit late in
the process.  Let's see what QE want to do.

Comment 9 YongkuiGuo 2023-06-28 12:31:02 UTC
Thanks xiaodai for reproducing this issue.

Comment 10 YongkuiGuo 2023-07-03 07:54:23 UTC
Tested with the following package:
virt-what-1.25-3.el8.x86_64

Steps:

1. Install OCP 4.13 in a VM and launch a container registry.access.redhat.com/ubi8/ubi-init:8.8

sh-4.4# rpm -q virt-what
virt-what-1.25-4.el8.x86_64
sh-4.4# virt-what
crio
kvm

The 'crio' is printed as expected.

Comment 11 YongkuiGuo 2023-08-08 09:31:58 UTC
Hi rjones,

Could you help add this bug to the erratum? Thanks.

Comment 14 YongkuiGuo 2023-08-08 13:04:37 UTC
Verified this bug per comment 10.

Comment 17 errata-xmlrpc 2023-11-14 15:51:34 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (virt-what bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2023:7173


Note You need to log in before you can comment on or make changes to this bug.