Bug 1550335
Summary: | After migration completed, reboot vm on destination host and quit qemu, sometimes qemu quit with error message "Assertion `blk_get_aio_context(d->conf.blk) == s->ctx' failed" | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | xianwang <xianwang> |
Component: | qemu-kvm-rhev | Assignee: | Stefan Hajnoczi <stefanha> |
Status: | CLOSED DUPLICATE | QA Contact: | aihua liang <aliang> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.5 | CC: | aliang, chayang, coli, dgilbert, hhuang, juzhang, lvivier, michen, peterx, quintela, qzhang, stefanha, virt-maint, xuwei, yhong |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-03-13 15:31:45 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
xianwang
2018-03-01 03:37:44 UTC
David Gilbert spotted that this BZ is probably a duplicate of bz#1480202. I am working on fixes upstream and will take over this BZ. (In reply to Stefan Hajnoczi from comment #2) > David Gilbert spotted that this BZ is probably a duplicate of bz#1480202. > > I am working on fixes upstream and will take over this BZ. yes, I think so, this bug should a duplicate of bz#1480202, the error message of are same. what's more, I think this bug is duplicate of an 7.3 bug bz#1363938 which is a bug about virtio-scsi, the error message of bz#1363938 is also same with this bug,so, maybe, this is a regression. (In reply to xianwang from comment #3) > (In reply to Stefan Hajnoczi from comment #2) > > David Gilbert spotted that this BZ is probably a duplicate of bz#1480202. > > > > I am working on fixes upstream and will take over this BZ. > > yes, I think so, this bug should a duplicate of bz#1480202, the error > message of are same. > > what's more, I think this bug is duplicate of an 7.3 bug bz#1363938 which is > a bug about virtio-scsi, the error message of bz#1363938 is also same with > this bug,so, maybe, this is a regression. I am sorry, I didn't check the error message carefully, this bug should just be a duplicate of bz#1480202, but not duplicate of 7.3 bug bz#1363938, because the former error is : virtio_scsi_ctx_check: Assertion `blk_get_aio_context(d->conf.blk) == s->ctx' the latter error is : virtio_scsi_handle_cmd_req_prepare: Assertion `blk_get_aio_context(d->conf.blk) == s->ctx'. *** This bug has been marked as a duplicate of bug 1480202 *** |