Bug 1637087

Summary: The pod value in "Virtual Machine" page is empty even if the VM pod is running
Product: Container Native Virtualization (CNV) Reporter: Qixuan Wang <qixuan.wang>
Component: User ExperienceAssignee: Tomas Jelinek <tjelinek>
Status: CLOSED DUPLICATE QA Contact: Guohua Ouyang <gouyang>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 1.2CC: cnv-qe-bugs, gouyang
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-10-09 09:36:05 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:

Description Qixuan Wang 2018-10-08 15:16:29 UTC
Description of problem:
Once the VM pod is created and running, the Pod in "Virtual Machines" page is still empty. It should link the pod.
BTW, same with Operating System.

Virtual Machine
qwang-3-vm-qcow2
State:   Running Restart Stop
Operating System: --
Virtual Machine Instance: qwang-3-vm-qcow2
Pod: --


Version-Release number of selected component (if applicable):
OCP 3.11
CNV 1.2
CDI 1.2
import-vm-apb-1.2-3


How reproducible:
Always


Steps to Reproduce:
1. Click "Import Virtual Machine" and select plan a.
2. Wait for the import-vm-xxx pod completed.
3. Start the VM.
4. Wait for the virt-launcher-xxx pod run.
5. Check the details on web console.


Actual results:
5.
Virtual Machine
qwang-3-vm-qcow2
State:   Running Restart Stop
Operating System: --
Virtual Machine Instance: qwang-3-vm-qcow2
Pod: --


Expected results:
5. Virtual Machine
qwang-3-vm-qcow2
State:   Running Restart Stop
Operating System: linux
Virtual Machine Instance: qwang-3-vm-qcow2
Pod: virt-launcher-qwang-3-vm-qcow2-dsx8l 


Additional info:

Comment 1 Tomas Jelinek 2018-10-09 09:36:05 UTC

*** This bug has been marked as a duplicate of bug 1630231 ***

Comment 2 Guohua Ouyang 2018-10-09 09:42:19 UTC
The operating system is fixed in upstream already, https://github.com/kubevirt/kubevirt/pull/1521. For d/s, it might need a new release which has that fix.