-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
None
-
Quality / Stability / Reliability
-
0.42
-
False
-
-
False
-
None
-
-
Critical
-
None
Description of problem:
In Nvidia GPU Operator: sriov-manage command fails to enable SRIOV Virtual functions due to missing lspci command because pciutils pkg is missing in the "openshift-driver-toolkit-ctr container. Also "openshift-driver-toolkit-ctr" image does not have the "redhat.repo and ubi.repo" in the 4.20 image
Version-Release number of selected component (if applicable):
4.20
How reproducible:
Steps to Reproduce:
1.On a Gpu operator pod run lspci command oc logs -c openshift-driver-toolkit-ctr -f nvidia-vgpu-manager-daemonset-9.6.20250729-1-7mk4z -n nvidia-gpu-operator In the above "openshift-driver-toolkit-ctr" container, lspci command brought in by pciutils pkg, is missing which is used to enable, disable, or configure Virtual Functions (VFs) for SR-IOV-capable devices, such as NVIDIA GPUs, in the NVIDIA vGPU Manager setup.
Actual results:
"lspci: command not found" as pciutils pkg is missing in the openshift-driver-toolkit-ctr container image.
Additional info:
"openshift-driver-toolkit-ctr" image does not have the "redhat.repo and ubi.repo" in the 4.20 image On 4.19 etc/yum.repos.d/ ├── redhat.repo └── ubi.repo 0 directories, 2 files on 4.20 etc/yum.repos.d/ 0 directories, 0 files
- is blocked by
-
OCPBUGS-60299 Need ubi repos for the openshift-driver-toolkit-ctr container image
-
- Closed
-
- links to
-
RHEA-2025:150257 OpenShift Virtualization 4.20.0 Images