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:
procps-ng verified to be present in latest 4.8.4 images.
[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
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