Bug 615228
Summary: | oom in vhost_dev_start | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Gerd Hoffmann <kraxel> |
Component: | qemu-kvm | Assignee: | Michael S. Tsirkin <mst> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 6.0 | CC: | llim, mkenneth, syeghiay, szhou, tburke, virt-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-0.12.1.2-2.97.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-11-10 21:26:39 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: |
Description
Gerd Hoffmann
2010-07-16 08:49:33 UTC
This issue has been proposed when we are only considering blocker issues in the current Red Hat Enterprise Linux release. It has been denied for the current Red Hat Enterprise Linux release. ** If you would still like this issue considered for the current release, ask your support representative to file as a blocker on your behalf. Otherwise ask that it be considered for the next Red Hat Enterprise Linux release. ** Please post qemu command line. /mort/guests/bin/qemu-rhel6 -name win2k8 -m 1G -monitor unix:/mort/guests/sockets/xeni-win2k8/monitor,server,nowait -qmp unix:/mort/guests/sockets/xeni-win2k8/qmp,server,nowait -serial unix:/mort/guests/sockets/xeni-win2k8/serial,server,nowait -enable-kvm -spice port=5920,disable-ticketing -hda /mort/guests/image/win2k8.img -cdrom /usr/share/virtio-win/virtio-win.iso -netdev tap,id=net0,script=/mort/guests/bin/vm-ifup,downscript=/mort/guests/bin/vm-ifdown,vhost=on -device virtio-net-pci,mac=52:54:00:ff:00:05,netdev=net0 -vga cirrus -usbdevice tablet -cpu qemu64,+sse2,+x2apic -rtc-td-hack -no-kvm-pit-reinjection -L /usr/share/qemu-kvm 'start guest; sleep 5; start migration-script' triggers this in most of the cases for me. can you come on #kvm to discuss this? Am I right guessing this only happens if you migrate during guest boot? what if you remove -vga cirrus and/or tablet? ok, so the bug is in strt during migration: we try to init log size without setting ring layout first, which gets insane results. Reproduce this bug in qemu-kvm-0.12.1.2-2.91.el6, this bug happens when do migration as windows entering into "start windows normally" stage. Verify this bug in qemu-kvm-0.12.1.2-2.104.el6, this bug does not exist. Change bug status to verified. Red Hat Enterprise Linux 6.0 is now available and should resolve the problem described in this bug report. This report is therefore being closed with a resolution of CURRENTRELEASE. You may reopen this bug report if the solution does not work for you. |