Bug 2034583 - Need procps-ng pkg needed in virt-launcher pod for kubevirt tests
Summary: Need procps-ng pkg needed in virt-launcher pod for kubevirt tests
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Container Native Virtualization (CNV)
Classification: Red Hat
Component: Virtualization
Version: 4.8.4
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 4.8.4
Assignee: lpivarc
QA Contact: Kedar Bidarkar
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-12-21 12:01 UTC by Kedar Bidarkar
Modified: 2022-01-20 17:21 UTC (History)
3 users (show)

Fixed In Version: virt-launcher-container-v4.8.4-8 hco-bundle-registry-container-v4.8.4-35
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-01-20 17:21:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2022:0213 0 None None None 2022-01-20 17:21:33 UTC

Description Kedar Bidarkar 2021-12-21 12:01:51 UTC
Description of problem:

Some KubeVirt Tier1 Tests are failing downstream with this error.

Unexpected error:
    <*errors.errorString | 0xc0036c8350>: {
        s: "stderr: /usr/bin/bash: ps: command not found\n",
    }
    stderr: /usr/bin/bash: ps: command not found

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


How reproducible:


Steps to Reproduce:
1. Access the virt-launcher pod
]# oc rsh <virt-launcher pod-name>
rpm -qav | grep procps-ng

2. 
3.

Actual results:
virt-launcher pod has no procps-ng pkg.

Expected results:
virt-launcher pod should have procps-ng pkg.

Additional info:

Comment 2 sgott 2021-12-22 14:30:45 UTC
procps-ng verified to be present in latest 4.8.4 images.

Comment 3 Kedar Bidarkar 2021-12-23 11:08:40 UTC
[kbidarka@localhost ocs]$ oc get pods
NAME                                READY   STATUS    RESTARTS   AGE
virt-launcher-vm-rhel84-ocs-hh22t   1/1     Running   0          50s

[kbidarka@localhost ocs]$ oc rsh virt-launcher-vm-rhel84-ocs-hh22t
sh-4.4# rpm -qav | grep procps-ng
procps-ng-3.3.15-6.el8.x86_64
sh-4.4# exit
exit
[kbidarka@localhost ocs]$ oc get csv -n openshift-cnv 
NAME                                      DISPLAY                    VERSION   REPLACES                                  PHASE
kubevirt-hyperconverged-operator.v4.8.4   OpenShift Virtualization   4.8.4     kubevirt-hyperconverged-operator.v4.8.3   Succeeded

VERIFIED with,
a) ]$ oc get catsrc -n openshift-marketplace hco-catalogsource -o yaml | grep "^  image:"
  image: registry-proxy.engineering.redhat.com/rh-osbs/iib:150851

b) CNV/virt-operator/images/v4.8.4-8

Comment 9 errata-xmlrpc 2022-01-20 17:21:21 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 (OpenShift Virtualization 4.8.4 Images), 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/RHBA-2022:0213


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