Bug 2073669 - [rhel-9] VM fails to start
Summary: [rhel-9] VM fails to start
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Container Native Virtualization (CNV)
Classification: Red Hat
Component: Virtualization
Version: 4.11.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.11.0
Assignee: sgott
QA Contact: Akriti Gupta
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-04-09 13:00 UTC by Kedar Bidarkar
Modified: 2023-11-13 08:12 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-09-14 19:30:30 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
VM yaml file (1.34 KB, text/plain)
2022-04-09 13:00 UTC, Kedar Bidarkar
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker CNV-17517 0 None None None 2023-11-13 08:12:17 UTC
Red Hat Product Errata RHSA-2022:6526 0 None None None 2022-09-14 19:30:59 UTC

Description Kedar Bidarkar 2022-04-09 13:00:27 UTC
Created attachment 1871587 [details]
VM yaml file

Description of problem:

[kbidarka@localhost ocs]$ oc get vm
NAME            AGE   STATUS     READY
vm-rhel84-ocs   14m   Starting   False
[kbidarka@localhost ocs]$ oc get vmi 
oc getNAME            AGE   PHASE        IP    NODENAME   READY
vm-rhel84-ocs   10m   Scheduling                    False
[kbidarka@localhost ocs]$ oc get pods
NAME                                READY   STATUS                 RESTARTS   AGE
virt-launcher-vm-rhel84-ocs-72ftd   0/1     CreateContainerError   0          10m

[kbidarka@localhost ocs]$ oc describe pod virt-launcher-vm-rhel84-ocs-72ftd | grep -A 10 "Events"
Events:
  Type     Reason                  Age                 From                     Message
  ----     ------                  ----                ----                     -------
  Normal   Scheduled               11m                 default-scheduler        Successfully assigned default/virt-launcher-vm-rhel84-ocs-72ftd to c01-kbid-411-bzc6s-worker-0-mttrb
  Normal   SuccessfulAttachVolume  11m                 attachdetach-controller  AttachVolume.Attach succeeded for volume "pvc-48e17311-2aea-42b0-a486-3ebced03269a"
  Normal   SuccessfulMountVolume   11m                 kubelet                  MapVolume.MapPodDevice succeeded for volume "pvc-48e17311-2aea-42b0-a486-3ebced03269a" globalMapPath "/var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices/pvc-48e17311-2aea-42b0-a486-3ebced03269a/dev"
  Normal   SuccessfulMountVolume   11m                 kubelet                  MapVolume.MapPodDevice succeeded for volume "pvc-48e17311-2aea-42b0-a486-3ebced03269a" volumeMapPath "/var/lib/kubelet/pods/4fb62855-f55c-4833-825f-26c018c27385/volumeDevices/kubernetes.io~csi"
  Normal   AddedInterface          10m                 multus                   Add eth0 [10.128.3.80/23] from openshift-sdn
  Warning  Failed                  10m (x2 over 10m)   kubelet                  Error: container create failed: time="2022-04-09T12:42:59Z" level=error msg="runc create failed: unable to start container process: exec: \"/usr/bin/virt-launcher-monitor\": stat /usr/bin/virt-launcher-monitor: no such file or directory"
  Warning  Failed                  10m                 kubelet                  Error: container create failed: time="2022-04-09T12:43:00Z" level=error msg="runc create failed: unable to start container process: exec: \"/usr/bin/virt-launcher-monitor\": stat /usr/bin/virt-launcher-monitor: no such file or directory"
  Warning  Failed                  10m                 kubelet                  Error: container create failed: time="2022-04-09T12:43:15Z" level=error msg="runc create failed: unable to start container process: exec: \"/usr/bin/virt-launcher-monitor\": stat /usr/bin/virt-launcher-monitor: no such file or directory"


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

v4.11.0.rhel9-253	RHEL 9	211632

How reproducible:
Smoke Tests Failing.

Steps to Reproduce:
1. Create a VM using RHEL-9 CNV Builds
2. Start the VM
3.

Actual results:
level=error msg="runc create failed: unable to start container process: exec: \"/usr/bin/virt-launcher-monitor\": stat /usr/bin/virt-launcher-monitor: no such file or directory"

Expected results:
Starting a VM should be successful

Additional info:

Comment 1 Akriti Gupta 2022-04-22 11:49:50 UTC
[akrgupta@fedora auth]$ oc get vm
NAME            AGE       STATUS    READY
vm-rhel84-ocs   4m56s     Running   True
[akrgupta@fedora auth]$ oc get vmi
NAME            AGE       PHASE     IP            NODENAME                              READY
vm-rhel84-ocs   106s      Running   10.131.0.28   virt-kbid-411b-qdpzg-worker-0-rhsw8   True
[akrgupta@fedora auth]$ oc get dv -a
Flag --show-all has been deprecated, will be removed in an upcoming release
NAME            PHASE       PROGRESS   RESTARTS   AGE
dv-rhel84-ocs   Succeeded   100.0%                6m40s


VM is starting successfully

Comment 2 Akriti Gupta 2022-04-22 12:03:37 UTC
(In reply to Akriti Gupta from comment #1)
> [akrgupta@fedora auth]$ oc get vm
> NAME            AGE       STATUS    READY
> vm-rhel84-ocs   4m56s     Running   True
> [akrgupta@fedora auth]$ oc get vmi
> NAME            AGE       PHASE     IP            NODENAME                  
> READY
> vm-rhel84-ocs   106s      Running   10.131.0.28  
> virt-kbid-411b-qdpzg-worker-0-rhsw8   True
> [akrgupta@fedora auth]$ oc get dv -a
> Flag --show-all has been deprecated, will be removed in an upcoming release
> NAME            PHASE       PROGRESS   RESTARTS   AGE
> dv-rhel84-ocs   Succeeded   100.0%                6m40s
> 
> 
> VM is starting successfully

image: brew.registry.redhat.io/rh-osbs/iib:218639
Version: v4.11.0.rhel9-291

Comment 3 Kedar Bidarkar 2022-05-06 11:48:57 UTC
As per comment 2, bug is VERIFIED

Comment 6 errata-xmlrpc 2022-09-14 19:30:30 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 (Important: OpenShift Virtualization 4.11.0 Images security and bug fix 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/RHSA-2022:6526


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