Bug 807922 - Attaching CD to a VM is added as unplugged
Summary: Attaching CD to a VM is added as unplugged
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-engine-core
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: mkublin
QA Contact:
URL:
Whiteboard: virt
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-29 07:20 UTC by lpeer
Modified: 2013-06-17 05:22 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-05-09 08:14:15 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)

Description lpeer 2012-03-29 07:20:21 UTC
Description of problem:

Click New Desktop -- Fill in name but take all other defaults.
Edit VM Boot options:
	Select  First Device -> CD-ROM
	Check Attach CD
	Select an ISO
	Click OK

engine=# select type, device, is_managed, is_plugged, is_readonly from vm_device
where vm_id = <vmid>;
 type  | device | is_managed | is_plugged | is_readonly 
-------+--------+------------+------------+-------------
 video | qxl    | t          | t          | f
 disk  | cdrom  | t          | f          | f

Note that the cdrom is not plugged.



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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 mkublin 2012-05-09 08:14:15 UTC
should be solved as solution for other bug fixes at stable pci devices


Note You need to log in before you can comment on or make changes to this bug.