Bug 653283

Summary: BSOD occured when do live migration during guest installation
Product: Red Hat Enterprise Linux 5 Reporter: Mike Cao <bcao>
Component: kvmAssignee: Juan Quintela <quintela>
Status: CLOSED DUPLICATE QA Contact: Virtualization Bugs <virt-bugs>
Severity: high Docs Contact:
Priority: high    
Version: 5.6CC: michen, mkenneth, plyons, tburke, virt-maint, ykaul
Target Milestone: rcKeywords: Triaged
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-01-17 13:51:45 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:    
Bug Blocks: 580949    
Attachments:
Description Flags
screendump when migration from host A to host B none

Description Mike Cao 2010-11-15 08:12:44 UTC
Description of problem:


Version-Release number of selected component (if applicable):
# uname -r 
2.6.18-230.el5
# rpm -q kvm
kvm-83-207.el5


How reproducible:
3/3

Steps to Reproduce:
1.start VM in src host 
CLI:/usr/libexec/qemu-kvm -no-hpet -no-kvm-pit-reinjection -usbdevice tablet -rtc-td-hack -startdate now -name win08R2 -smp 4 -m 8G -boot dc -net nic,vlan=0,macaddr=12:23:32:12:13:18,model=virtio -net tap,vlan=0,script=/etc/qemu-ifup -drive file=/dev/mike/install08,media=disk,if=virtio,cache=none,boot=on,format=raw,werror=stop -cpu qemu64 -M rhel5.6.0 -notify all -balloon virtio -monitor stdio -uuid 4e8567a1-4f9a-40aa-89d4-6278dd6c26d5 -cdrom /mnt/win08-R2.iso -fda /mnt/virtio-drivers-1.0.0-45801.vfd -spice port=5910,disable-ticketing,ic=on,host=0 -qxl 1
2.start listening port in dst host
3.ping-pong migrate while the installation of windows 08 R2 guest is in progress.
  
Actual results:
first time migration from host A to host B,the screen displays "setup.exe-NO disk".
click  "Try Again" in the guest ,guest continue installation.
then migration from host B to host A ,BSOD occurred.

Expected results:
installation should be completed successfully.

Additional info:

Comment 1 Mike Cao 2010-11-15 08:17:33 UTC
*** Bug 653284 has been marked as a duplicate of this bug. ***

Comment 2 Mike Cao 2010-11-15 08:22:24 UTC
Created attachment 460496 [details]
screendump when migration from host A to host B


btw ,hard to capture BSOD screen dump

Comment 4 Juan Quintela 2010-12-01 02:34:10 UTC
what type of disk is that?
iSCSI/Fiber channel?

file=/dev/mike/install08,media=disk,if=virtio,cache=none,boot=on,format=raw,werror=stop

?

We have a problem with flushing the read cache for this, there is the start of a patch, but I haven't finished it.

Comment 5 Mike Cao 2010-12-01 02:38:23 UTC
(In reply to comment #4)
> what type of disk is that?
> iSCSI/Fiber channel?
> 
> file=/dev/mike/install08,media=disk,if=virtio,cache=none,boot=on,format=raw,werror=stop
> 
> ?

iscsi.

> 
> We have a problem with flushing the read cache for this, there is the start of
> a patch, but I haven't finished it.

Comment 8 Juan Quintela 2011-01-17 13:51:45 UTC

*** This bug has been marked as a duplicate of bug 578751 ***