Bug 985313

Summary: Newly created virtual machines have VNC as the default console
Product: Red Hat Enterprise Virtualization Manager Reporter: Tareq Alayan <talayan>
Component: ovirt-engine-webadmin-portalAssignee: Arik <ahadas>
Status: CLOSED CURRENTRELEASE QA Contact: Dušan Kajan <dkajan>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 3.3.0CC: acathrow, ecohen, eedri, iheim, jbelka, lpeer, michal.skrivanek, pstehlik, Rhev-m-bugs, yeylon
Target Milestone: ---   
Target Release: 3.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: virt
Fixed In Version: is8 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-21 22:13:49 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:
Bug Depends On:    
Bug Blocks: 1019461    

Description Tareq Alayan 2013-07-17 09:42:06 UTC
Description of problem:
Newly created vms created with VNC as default console

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

How reproducible:
always

Steps to Reproduce:
1. create vm
2. look at the console type
3.

Actual results:
VNC

Expected results:
SPICE

Additional info:

Comment 1 Itamar Heim 2013-07-18 04:47:00 UTC
did you choose optimize for server (vnc) or for desktop (spice)?
andrew - does it make sense to still default to vnc for servers?

Comment 2 Andrew Cathrow 2013-07-18 12:06:50 UTC
We should default to Spice for all.
CPU utilization is actually better for spice than vnc even on run level 3

Comment 3 Itamar Heim 2013-07-18 14:53:53 UTC
*** Bug 985896 has been marked as a duplicate of this bug. ***

Comment 4 Omer Frenkel 2013-07-28 12:17:03 UTC
I verified this is a UI issue (didn't check user portal, though):
i can see that vnc is selected by defult on create vm,
regardless to server/desktop selection.
also tested with REST
created vm with the following xml:
<vm>
    <name>omerRest</name>
    <cluster>
        <name>rhel</name>
    </cluster>
    <template>
        <name>Blank</name>
    </template>
    <memory>536870912</memory>
</vm>

and it was created with spice.

Comment 6 Arik 2013-07-28 15:33:56 UTC
When creating a VM the default display type is now taken from the template it is based on for desktops and servers VMs. The problem is that the default display type of the 'Blank' template is set to VNC.

Regarding the check with REST mentioned in comment #4 - we found that there is a bug that causes the default display type of every VM which is created using REST to be set to SPICE (should be fixed by: http://gerrit.ovirt.org/#/c/17382/).

Comment 8 Dušan Kajan 2013-08-05 08:26:53 UTC
verified on is8

Comment 9 Itamar Heim 2014-01-21 22:13:49 UTC
Closing - RHEV 3.3 Released

Comment 10 Itamar Heim 2014-01-21 22:21:36 UTC
Closing - RHEV 3.3 Released