Bug 709675
Summary: | Changing cdrom from /dev/sr0 to ISO image can not be detected by guest after execute eject in windows guest | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Mike Cao <bcao> |
Component: | kvm | Assignee: | Markus Armbruster <armbru> |
Status: | CLOSED WONTFIX | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.7 | CC: | bcao, gcosta, juzhang, michen, mkenneth, rhod, virt-maint, xwei |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-10 20:19:37 UTC | Type: | --- |
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: | 580948 |
Description
Mike Cao
2011-06-01 11:08:10 UTC
*** Bug 717498 has been marked as a duplicate of this bug. *** What exactly do you mean by "could *not* be detected in the guest"? Please try 4. Load the media. I'm not familiar with Windows, so I don't know how exactly this is done. In Linux, it's "eject -t". I'd expect this to make the new image available. One more question: what if you use file=some-other.iso in step 1.? Same result? (In reply to comment #2) > What exactly do you mean by "could *not* be detected in the guest"? after step3, the iso image can be found in qemu monitor (qemu)info block ide1-cd0: type=cdrom removable=1 locked=0 file=/home/en_windows_server_2008_r2_standard_enterprise_datacenter_and_web_with_sp1_x64_dvd_617601.iso ro=1 drv=raw encrypted=0 but in the guest ,we can not find it . > > Please try > > 4. Load the media. I'm not familiar with Windows, so I don't know how exactly > this is done. In Linux, it's "eject -t". windows should load media itself .seems no way for me to load it in windows guest ,I will try with Linux guest and add another comment later > I'd expect this to make the new image available. yes ,the image was installed yesterday . (In reply to comment #3) > One more question: what if you use file=some-other.iso in step 1.? Same > result? yes ,same results what's more ,if I change the cdrom to bare-metal eg :(qemu)change ide1-cd0 /dev/sr0 ,the media in bare matal should be found in the guest ,while can not be found if change the cdrom to XXX.iso (In reply to comment #2) > What exactly do you mean by "could *not* be detected in the guest"? > > Please try > > 4. Load the media. I'm not familiar with Windows, so I don't know how exactly > this is done. In Linux, it's "eject -t". Tried on linux guest ,it works , armbru ,any suggestion how to do this step on windows guest ? Mike Cao attempted to reproduce this on RHEL-6, but ran into bug 729219. |