Bug 667611
| Summary: | rhel3.9 can not find file in cdrom | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Suqin Huang <shuang> | |
| Component: | qemu-kvm | Assignee: | Markus Armbruster <armbru> | |
| Status: | CLOSED WONTFIX | QA Contact: | Virtualization Bugs <virt-bugs> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | low | |||
| Version: | 6.1 | CC: | juzhang, lihuang, michen, mkenneth, siywang, tburke, virt-maint, xwei | |
| Target Milestone: | rc | Keywords: | Triaged | |
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 676536 (view as bug list) | Environment: | ||
| Last Closed: | 2012-02-05 12:49:32 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: | 580954, 676536 | |||
|
Description
Suqin Huang
2011-01-06 08:47:53 UTC
Can you please retest through libvirt with one IDE drive and one cdrom? 1. with one cdrom and one ide disk. PASS 2. have tried with virt-manager with two cdroms, the order (bus and unit) will affect the result. #### PASSed cmd line #### -drive file=/home/local/3u9-1.img,if=none,id=drive-ide0-0-0,boot=on,format=raw,cache=none -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 -drive file=/root/RHEL3.9-i386-DVD.iso,if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw -device ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -drive file=/root/ks.iso,if=none,media=cdrom,id=drive-ide0-0-1,readonly=on,format=raw -device ide-drive,bus=ide.0,unit=1,drive=drive-ide0-0-1,id=ide0-0-1 #### Failed cmd line #### -drive file=/home/local/3u9-2.img,if=none,id=drive-ide0-0-0,boot=on,format=raw,cache=none -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 -drive file=/root/ks.iso,if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw -device ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -drive file=/root/RHEL3.9-i386-DVD.iso,if=none,media=cdrom,id=drive-ide0-0-1,readonly=on,format=raw -device ide-drive,bus=ide.0,unit=1,drive=drive-ide0-0-1,id=ide0-0-1 We fixed vaguely similar bug 558256 in qemu-kvm-0.12.1.2-2.158.el6. Maybe it fixed this one as well. Could you please retest? can reproduce in qemu-kvm-0.12.1.2-2.159.el6 We'd need exception or blocker status to fix this bug (not sure we could justify either), and we don't even know its cause, yet. That means 6.2 is no longer a realistic goal. Deferring. Comment#3 is interesting. Can you reproduce with RHEL-4, -5 or -6 and current qemu-kvm? And retest RHEL-3 with the same qemu-kvm? (In reply to comment #11) > Comment#3 is interesting. > > Can you reproduce with RHEL-4, -5 or -6 and current qemu-kvm? And retest > RHEL-3 with the same qemu-kvm? Hi Markus, I just tried it with qemu-kvm-0.12.1.2-2.210.el6.x86_64, same result as comment #3. Which *guests* did you try with qemu-kvm-0.12.1.2-2.210.el6.x86_64? (In reply to comment #13) > Which *guests* did you try with qemu-kvm-0.12.1.2-2.210.el6.x86_64? Hi Markus, I mean rhel-3.9 has the same result as Comment #3. rhel-4.9, 5.7, 6.2 works fine. this bug reproduced on rhel 6.3. kernel: 2.6.32-220.4.1.el6.x86_64 qemu-kvm-0.12.1.2-2.222.el6.x86_64 (In reply to comment #16) > this bug reproduced on rhel 6.3. > kernel: 2.6.32-220.4.1.el6.x86_64 > qemu-kvm-0.12.1.2-2.222.el6.x86_64 Since it does work for rhel4/5/6 and even for rhel3 w/ a single cdrom, I tend to close it as won't fix. |