Bug 1945703
Summary: | "Guest OS Info" availability in VMI describe is flaky | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Container Native Virtualization (CNV) | Reporter: | Ruth Netser <rnetser> | ||||||
Component: | Virtualization | Assignee: | Antonio Cardace <acardace> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Israel Pinto <ipinto> | ||||||
Severity: | high | Docs Contact: | |||||||
Priority: | high | ||||||||
Version: | 2.6.1 | CC: | acardace, cnv-qe-bugs, fdeutsch, kbidarka, phoracek, sgott, zpeng | ||||||
Target Milestone: | --- | ||||||||
Target Release: | 2.6.6 | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | virt-operator-container-v2.6.6-3 hco-bundle-registry-container-v2.6.6-24 | Doc Type: | If docs needed, set a value | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2021-08-10 17:33:37 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Ruth Netser
2021-04-01 17:03:14 UTC
Created attachment 1768305 [details]
virt-launcher log
Created attachment 1768306 [details]
virt-handler log
This bug appears to be a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1924479 But yeah this bug is raised for CNV-2.6.1 PR https://github.com/kubevirt/kubevirt/pull/5560 has been merged to master. This is still waiting for an '/approve' to make it into 0.36. https://github.com/kubevirt/kubevirt/pull/5655 got merged into 0.36, moving to MODIFIED. verify with build: virt-operator-container-v2.6.6-5 hco-bundle-registry-container-v2.6.6-35 step: 1. create a rhel8 vm from template 2. check guestosinfo via virtctl $ virtctl guestosinfo rhel84 "hostname": "rhel84", "os": { "name": "Red Hat Enterprise Linux", "kernelRelease": "4.18.0-317.el8.kpq1.x86_64", "version": "8.5 (Ootpa)", "prettyName": "Red Hat Enterprise Linux 8.5 Beta (Ootpa)", "versionId": "8.5", "kernelVersion": "#1 SMP Wed Jun 23 13:33:27 EDT 2021", "machine": "x86_64", "id": "rhel" }, check guestosinfo via oc cmd $ oc describe vmi rhel84 -n default | grep -A 15 "Guest OS Info" Guest OS Info: Id: rhel Kernel Release: 4.18.0-317.el8.kpq1.x86_64 Kernel Version: #1 SMP Wed Jun 23 13:33:27 EDT 2021 Name: Red Hat Enterprise Linux Pretty Name: Red Hat Enterprise Linux 8.5 Beta (Ootpa) Version: 8.5 Version Id: 8.5 Interfaces: Interface Name: eth0 Ip Address: 10.128.3.216 Ip Addresses: 10.128.3.216 Mac: 52:54:00:06:be:07 Name: default Migration Method: BlockMigration let the vm running > 24hours $ oc get vmi NAME AGE PHASE IP NODENAME rhel84 27h Running 10.129.2.118 virt03-t27tv-worker-0-rn458 check guestosinfo again using oc cmd and virtctl, it's same with first time, can get full guest info 3. run live migration, after migration finished, check guestosinfo again can get correct info from virtctl and oc cmd move to verified. 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 (Moderate: OpenShift Virtualization 2.6.6 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-2021:3119 |