Bug 1053432
Summary: | qemu core dump when install a RHEL.6.5 guest w/ migration | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | CongLi <coli> |
Component: | qemu-kvm | Assignee: | Juan Quintela <quintela> |
Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 7.0 | CC: | acathrow, hhuang, juzhang, kwolf, qzhang, virt-maint |
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: | 2014-02-11 23:14:47 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
CongLi
2014-01-15 08:59:19 UTC
There is a similar bug with similar bt log: Bug 1048575 - Segmentation fault occurs after migrate guest(use scsi disk and add stress) to des machine The backtrace is exactly the same than 1048575, so closing this one. *** This bug has been marked as a duplicate of bug 1048575 *** Unfortunately you forgot to include the qemu output before the crash. Please
make sure to incluce it in future bug reports.
The bug that this is now marked a duplicate of mentions this output:
> qcow2: Preventing invalid write on metadata (overlaps with refcount block); image marked as corrupt.
> block I/O error in device 'scsi-disk0': Input/output error (5)
Such output is a key to understanding what's happening. I will assume that you
got the same output unless you tell us otherwise.
(In reply to Kevin Wolf from comment #5) > Unfortunately you forgot to include the qemu output before the crash. Please > make sure to incluce it in future bug reports. > > The bug that this is now marked a duplicate of mentions this output: > > > qcow2: Preventing invalid write on metadata (overlaps with refcount block); image marked as corrupt. > > block I/O error in device 'scsi-disk0': Input/output error (5) > > Such output is a key to understanding what's happening. I will assume that > you > got the same output unless you tell us otherwise. Thanks for your reminder, I will add the qemu output next time. Thanks, Cong |