Bug 794579
Summary: | RHEL6.2 xen HVM guest fails to boot up when there are 16 VBDs and ioemu vif attached | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Shengnan Wang <shwang> | ||||||||
Component: | kernel | Assignee: | Igor Mammedov <imammedo> | ||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | medium | ||||||||||
Version: | 6.2 | CC: | drjones, imammedo, leiwang, moli, qguan, qwan, yuzhou | ||||||||
Target Milestone: | rc | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | xen | ||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2012-05-14 15:15:56 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: | 653816 | ||||||||||
Attachments: |
|
Description
Shengnan Wang
2012-02-17 06:21:39 UTC
Created attachment 563836 [details]
config file info
Created attachment 563838 [details]
boot log
Created attachment 563843 [details]
boot log
Too late for 6.3, assuming it's not a regression. Setting flag for 6.4. If we boot with ignore_loglevel, then it is pretty strait-forward: --- blkfront: xvdd: barriers disabled alloc irq_desc for 31 on node 0 alloc kstat_irqs on node 0 xvdd: alloc irq_desc for 32 on node 0 alloc kstat_irqs on node 0 alloc irq_desc for 33 on node 0 alloc kstat_irqs on node 0 ... 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) 8139cp 0000:00:04.0: PCI INT A -> GSI 32 (level, low) -> IRQ 32 eth0: RTL-8139C+ at 0xffffc90000d16000, 06:16:36:b6:e3:c8, IRQ 32 --- IRQ 32 collision. Applying patches from bug 756307 to 6.2GA kernel fixes issue, tested locally. To test one should use "xen_emul_unplug=ide-disks" kernel option since patches disable pv drivers if "xen_emul_unplug=never". Fixed in RHEL6.3 Beta. *** This bug has been marked as a duplicate of bug 756307 *** |