Hide Forgot
Description of problem: Cirrus, QXL and VGA devices are not part of the initial vm.conf. As a consequence engine-setup does not tell VDSM that it is needed. Libvirt still creates it under the hood for the SPICE and VNC graphics devices but VDSM does not report the full device. In this case VDSM reports an empty "device" field. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Do a full hosted-engine --deploy run 2. Import the Hosted engine VM into ovirt-engine 3. Check the imported devices in the engine Actual results: The cirrus/qxl/vga device is not imported Expected results: The video device should be imported Additional info:
Verified with ovirt-hosted-engine-setup-1.3.7.1-1.el7ev.noarch. Ran hosted engine setup twice, once choosing VNC as display type and once SPICE. In both cases vm was created with the correct video device (qxl for spice and cirrus for vnc), device was visible on vm's xml and on vm.conf on the host: devices={device:qxl,alias:video0,type:video} - SPICE case. devices={device:cirrus,alias:video0,type:video} - VNC case.