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-portal | Assignee: | Arik <ahadas> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Dušan Kajan <dkajan> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.3.0 | CC: | 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
did you choose optimize for server (vnc) or for desktop (spice)? andrew - does it make sense to still default to vnc for servers? We should default to Spice for all. CPU utilization is actually better for spice than vnc even on run level 3 *** Bug 985896 has been marked as a duplicate of this bug. *** 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.
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/). verified on is8 Closing - RHEV 3.3 Released Closing - RHEV 3.3 Released |