Bug 691660
Summary: | RHEL 6.1 32 bit guest report unsupported hardware during install from url and nfs in AMD host when smp > 1 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Joy Pu <ypu> | ||||||||
Component: | qemu-kvm | Assignee: | Eduardo Habkost <ehabkost> | ||||||||
Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> | ||||||||
Severity: | high | Docs Contact: | |||||||||
Priority: | high | ||||||||||
Version: | 6.1 | CC: | akong, areis, ehabkost, juzhang, michen, mkenneth, shuang, tburke, virt-maint, ypu | ||||||||
Target Milestone: | rc | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | i386 | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2013-05-21 18:26:53 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: | 580951, 833129 | ||||||||||
Attachments: |
|
Description
Joy Pu
2011-03-29 08:06:43 UTC
Created attachment 488367 [details]
screen 0
Created attachment 488368 [details]
info from other console 3
Created attachment 488369 [details]
info from other consoel: 4
What happens when you run the guest w/o -kernel/-initrd ? Why is that testBlocker? -initrd is not that important for us (In reply to comment #6) > What happens when you run the guest w/o -kernel/-initrd ? > Why is that testBlocker? -initrd is not that important for us It is OK to run the install test with boot ISO. Just thought that install failed should be testBlocker. It should be OK to remove that flag. (In reply to comment #0) > 2.install guest with command line and guest will hang while boot up. : > -m 2048 -smp 2,cores=1,threads=1,sockets=2 -drive Just for my understanding, the problem occurs as above when "-smp 2" but does not occur for "-smp 1", all other options being the same? The cpuid data exported appears to be confusing the guest somehow. It is also not surprising for a difference to exist between AMD and Intel as different cpuid encodings to represent the cpu/cache topology. Is this a recent regression or is the test scenario above new? (In reply to comment #8) > (In reply to comment #0) > > > 2.install guest with command line and guest will hang while boot up. > : > > -m 2048 -smp 2,cores=1,threads=1,sockets=2 -drive > > Just for my understanding, the problem occurs as above when "-smp 2" > but does not occur for "-smp 1", all other options being the same? > Yes, only the smp parameter changed. > The cpuid data exported appears to be confusing the guest somehow. > It is also not surprising for a difference to exist between AMD and > Intel as different cpuid encodings to represent the cpu/cache topology. > > Is this a recent regression or is the test scenario above new? I tried the RHEL 6.0 host(kernel:2.6.32-71 qemu:qemu-kvm-0.12.1.2-2.113), RHEL 6.1 guest also has the same problem. At the same time RHEL 6.0 guest works well in both RHEL 6.0 host and RHEL 6.1 host. (In reply to comment #9) > (In reply to comment #8) > > (In reply to comment #0) > > > > > 2.install guest with command line and guest will hang while boot up. > > : > > > -m 2048 -smp 2,cores=1,threads=1,sockets=2 -drive > > > > Just for my understanding, the problem occurs as above when "-smp 2" > > but does not occur for "-smp 1", all other options being the same? > > > Yes, only the smp parameter changed. Fail: -m 2048 -smp 2,cores=1,threads=1,sockets=2 -drive ... Good: -m 2048 -smp 1,cores=1,threads=1,sockets=1 -drive ... The error message is due to a guest-side check for known/supported CPU information. Could you check if this is still reproducible using RHEL-6.4 as guest? This was an Anaconda bug, fixed on anaconda-13.21.94-1~1. I couldn't reproduce it even using a RHEL-6.1 guest because the bug was fixed before 6.1 was released. See https://bugzilla.redhat.com/show_bug.cgi?id=623140#c10 |