Bug 1321304
Summary: | Migration status become 'setup' after creating a internal snapshot in guest | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Pei Zhang <pezhang> |
Component: | qemu-kvm-rhev | Assignee: | Juan Quintela <quintela> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | xianwang <xianwang> |
Severity: | unspecified | Docs Contact: | |
Priority: | high | ||
Version: | 7.3 | CC: | amit.shah, chayang, hhan, hhuang, huding, juzhang, knoel, michen, mtessun, pezhang, qzhang, virt-maint, xfu, yafu, yanyang, zhengtli |
Target Milestone: | rc | Keywords: | Regression |
Target Release: | 7.4 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-05-03 11:57:42 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1401400 |
Description
Pei Zhang
2016-03-25 10:29:14 UTC
Not fixed upstream yet. <quintela> about 1321304 .... why do you expect status to be clear, if you use libvirt, it is going to be completed zhang pei, could you help to reply to quintela's problem? thanks (In reply to xianwang from comment #6) > <quintela> about 1321304 .... why do you expect status to be clear, if you > use libvirt, it is going to be completed > > zhang pei, > could you help to reply to quintela's problem? thanks Hi Xianxian, In RHEL7.3, the key point of this bug is it will case the migration fail, so this is real issue. Re-test with RHEL7.3GA: (qemu) info migrate capabilities: xbzrle: off rdma-pin-all: off auto-converge: off zero-blocks: off compress: off events: off postcopy-ram: off Migration status: setup total time: 0 milliseconds (qemu) migrate -d tcp:10.66.9.128:5555 There's a migration process in progress However, in RHEL7.4, the migration can work well after "savevm". I noticed the status of the migration become "completed" after "savevm" even though there is no migration job. It's perfect if the "info migrate" shows blank when there is no real migration. But the "completed" status is also OK to me, because it doesn't cause any issue. From this point of view, I guess this bug has been fixed. The with RHEL7.4: 3.10.0-643.el7.x86_64 qemu-kvm-rhev-2.9.0-0.el7.patchwork201703291116.x86_64 (qemu) savevm sn1 (qemu) info migrate capabilities: xbzrle: off rdma-pin-all: off auto-converge: off zero-blocks: off compress: off events: off postcopy-ram: off x-colo: off release-ram: off Migration status: completed total time: 1694929 milliseconds downtime: 0 milliseconds setup: 0 milliseconds transferred ram: 497157 kbytes throughput: 0.00 mbps remaining ram: 0 kbytes total ram: 4326224 kbytes duplicate: 959614 pages skipped: 0 pages normal: 121942 pages normal bytes: 487768 kbytes dirty sync count: 2 (qemu) migrate -d tcp:10.73.72.152:5555 (qemu) info migrate capabilities: xbzrle: off rdma-pin-all: off auto-converge: off zero-blocks: off compress: off events: off postcopy-ram: off x-colo: off release-ram: off Migration status: active total time: 3546 milliseconds expected downtime: 300 milliseconds setup: 425 milliseconds transferred ram: 43737 kbytes throughput: 141.79 mbps remaining ram: 3445532 kbytes total ram: 4326224 kbytes duplicate: 1169333 pages skipped: 0 pages normal: 132395 pages normal bytes: 529580 kbytes dirty sync count: 1 Thanks, Pei Closing as they are happy with current result of Last Release. |