Bug 537028
Summary: | pvclock msr values are not preserved across remote migration | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | RHEL Program Management <pm-rhel> |
Component: | kvm | Assignee: | Eduardo Habkost <ehabkost> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | urgent | ||
Version: | 5.4 | CC: | jplans, khong, lihuang, markmc, ovirt-maint, pm-eus, tburke, virt-maint, ykaul |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | kvm-83-105.el5_4.14 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-02-09 10:02:06 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: | 531701 | ||
Bug Blocks: | 553441 |
Description
RHEL Program Management
2009-11-12 09:14:37 UTC
*** Bug 552570 has been marked as a duplicate of this bug. *** Migrating from A to B, then the other way around, all tests (RHEL5-32/64 on kvm-83-105.el5_4.13/18) passed. host A: 10.66.91.175 host B: 10.66.91.176 AMD Phenom(tm) 9600B Quad-Core Processor CLI: /usr/libexec/qemu-kvm -m 2048 -smp 2 -drive file=/mnt/f12_nfs/tmpRHEL5-64.qcow2,if=ide,cache=off,boot=on -net nic,model=rtl8139,vlan=1,macaddr=DE:AD:BE:EF:20:62 -net tap,vlan=1,script=/etc/qemu-ifup -boot c -uuid 2de75016-3ef0-4e54-9b32-1d747f85709b -usbdevice tablet -no-hpet -rtc-td-hack -no-kvm-pit-reinjection -monitor stdio -notify all -cpu qemu64,+sse2 -balloon none -vnc :1 Inside guest use "ssh $hostip date -u; date -u" to get host time and its time. 1. guest RHEL5-32.qcow2 guest-kernel 18-164.9.1 1.1 host kvm-83-105.el5_4.13 A->B ------------------------------------------------------------------------ | host A | guest ------------------------------------------------------------------------ before | Wed Jan 13 10:45:25 UTC 2010 | Wed Jan 13 10:45:24 UTC 2010 after | Wed Jan 13 10:52:42 UTC 2010 | Wed Jan 13 10:52:40 UTC 2010 ------------------------------------------------------------------------ note: A->B means migrating from A to B; "before" means before migration, and "after" means after migration. B->A ------------------------------------------------------------------------ | host B | guest ------------------------------------------------------------------------ before | Wed Jan 13 15:54:24 UTC 2010 | Wed Jan 13 10:54:14 UTC 2010 after | Wed Jan 13 16:00:20 UTC 2010 | Wed Jan 13 11:00:09 UTC 2010 ------------------------------------------------------------------------ 1.2 host kvm-83-105.el5_4.18 A->B ------------------------------------------------------------------------ | host A | guest ------------------------------------------------------------------------ before | Wed Jan 13 11:23:22 UTC 2010 | Wed Jan 13 11:23:20 UTC 2010 after | Wed Jan 13 11:25:03 UTC 2010 | Wed Jan 13 11:25:01 UTC 2010 ------------------------------------------------------------------------ B->A ------------------------------------------------------------------------ | host B | guest ------------------------------------------------------------------------ before | Wed Jan 13 16:28:00 UTC 2010 | Wed Jan 13 11:27:48 UTC 2010 after | Wed Jan 13 16:29:53 UTC 2010 | Wed Jan 13 11:29:41 UTC 2010 ------------------------------------------------------------------------ 2. guest RHEL5-64.qcow2 guest-kernel 18-164.9.1 2.1 host kvm-83-105.el5_4.13 A->B ------------------------------------------------------------------------ | host A | guest ------------------------------------------------------------------------ before | Thu Jan 14 04:44:33 UTC 2010 | Thu Jan 14 04:44:31 UTC 2010 after | Thu Jan 14 04:45:45 UTC 2010 | Thu Jan 14 04:45:44 UTC 2010 ------------------------------------------------------------------------ B->A ------------------------------------------------------------------------ | host B | guest ------------------------------------------------------------------------ before | Thu Jan 14 09:48:05 UTC 2010 | Thu Jan 14 04:47:53 UTC 2010 after | Thu Jan 14 09:49:26 UTC 2010 | Thu Jan 14 04:49:15 UTC 2010 ------------------------------------------------------------------------ 2.2 host kvm-83-105.el5_4.18 A->B ------------------------------------------------------------------------ | host A | guest ------------------------------------------------------------------------ before | Thu Jan 14 05:01:28 UTC 2010 | Thu Jan 14 05:01:27 UTC 2010 after | Thu Jan 14 05:02:35 UTC 2010 | Thu Jan 14 05:02:33 UTC 2010 ------------------------------------------------------------------------ B->A ------------------------------------------------------------------------ | host B | guest ------------------------------------------------------------------------ before | Thu Jan 14 10:04:11 UTC 2010 | Thu Jan 14 05:03:59 UTC 2010 after | Thu Jan 14 10:05:15 UTC 2010 | Thu Jan 14 05:05:03 UTC 2010 ------------------------------------------------------------------------ An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2010-0088.html |