Bug 1414086
Summary: | Remove redundant video cards when no graphics available for a VM and also add video cards if one graphics device exists | ||
---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Sharon Gratch <sgratch> |
Component: | BLL.Virt | Assignee: | Sharon Gratch <sgratch> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Israel Pinto <ipinto> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.1.0 | CC: | bugs, tjelinek |
Target Milestone: | ovirt-4.1.1 | Flags: | rule-engine:
ovirt-4.1+
rule-engine: planning_ack+ rule-engine: devel_ack+ mavital: testing_ack+ |
Target Release: | 4.1.1 | ||
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: | 2017-04-21 09:39:35 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Sharon Gratch
2017-01-17 17:26:26 UTC
Verify with: Engine: Red Hat Virtualization Manager Version: 4.1.1-0.1.el7 Host: OS Version:RHEL - 7.3 - 7.el7 Kernel Version:3.10.0 - 550.el7.x86_64 KVM Version:2.6.0 - 28.el7_3.3.1 LIBVIRT Version:libvirt-2.0.0-10.el7_3.4 VDSM Version:vdsm-4.19.5-1.el7ev SPICE Version:0.12.4 - 20.el7_3 Steps: Run delete and check that 'Headless Mode' is set: DELETE ..api/instancetypes/<instancetype-id>/graphicsconsoles/<console-id> DELETE ..api/templates/<template-id>/graphicsconsoles/<console-id> DELETE ..api/vms/<vm-id>/graphicsconsoles/<console-id> Run update (with POST) on resource in 'Headless Mode' and check that graphics console is set: POST ..api/instancetypes/<instancetype-id>/graphicsconsoles POST ..api/templates/<template-id>/graphicsconsoles POST ..api/vms/<vm-id>/graphicsconsoles Body: <graphics_console> <protocol>type</protocol> </graphics_console> PASS in all resources |