Bug 723175

Summary: [WHQL][viostor] Failed to install viostor driver on win7/win08 32bit/64bit
Product: Red Hat Enterprise Linux 6 Reporter: Mike Cao <bcao>
Component: virtio-winAssignee: Vadim Rozenfeld <vrozenfe>
Status: CLOSED WORKSFORME QA Contact: Virtualization Bugs <virt-bugs>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.2CC: bcao, dawu, juzhang, mdeng, michen, qzhang, vrozenfe
Target Milestone: rcKeywords: TestBlocker
Target Release: 6.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-27 09:25:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Mike Cao 2011-07-19 10:13:47 UTC
Description of problem:
Tried both win7 32/64 bit ,win08R2 ,all failed to install viostor driver

Version-Release number of selected component (if applicable):

virtio-win-prewhql-0.1-12
qemu-kvm-0.12.1.2-2.171.el6.x86_64

How reproducible:
100%

steps:
1.install guest with ide &e1000 nic
2.boot a with extra virtio data disk
eg:
/usr/libexec/qemu-kvm -m 6G -smp 4 -cpu cpu64-rhel6,+x2apic -usbdevice tablet
-drive
file=/home/win08R2.raw,if=none,id=drive-ide0-0-0,werror=stop,rerror=stop,cache=none,format=raw
-device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=1
-drive
file=/home/snd.raw,if=none,id=virtio1,werror=stop,rerror=stop,cache=none,format=raw
-device virtio-blk-pci,drive=virtio1,id=virtio1,bootindex=2 -netdev
tap,id=hostnet0,script=/etc/qemu-ifup,downscript=no -device
e1000,netdev=hostnet0,mac=76:0E:40:3F:2F:3F -boot dc -uuid
cc5aee77-d631-41d4-92a0-4e59c3b5cb6c -rtc-td-hack -no-kvm-pit-reinjection
-monitor stdio -name win2k8-storage -vnc :10 -device
virtio-balloon-pci,id=balloon0 
3.in the guest install driver located in INSTALL\Wlh\amd64\storage

Actual Results:
Guest stop with (qemu) block I/O error in device 'virtio1': Input/output error
(5) 
and it can not continue .
  
Expected results:
installation should be successful.


Additional info:
This bug will blocks viostor test ,add testblock keyword.

Comment 2 Vadim Rozenfeld 2011-07-25 10:26:38 UTC
(In reply to comment #0)
> Description of problem:
> Tried both win7 32/64 bit ,win08R2 ,all failed to install viostor driver
> 
> Version-Release number of selected component (if applicable):
> 
> virtio-win-prewhql-0.1-12
> qemu-kvm-0.12.1.2-2.171.el6.x86_64
> 
> How reproducible:
> 100%
> 
> steps:
> 1.install guest with ide &e1000 nic
> 2.boot a with extra virtio data disk
> eg:
> /usr/libexec/qemu-kvm -m 6G -smp 4 -cpu cpu64-rhel6,+x2apic -usbdevice tablet
> -drive
> file=/home/win08R2.raw,if=none,id=drive-ide0-0-0,werror=stop,rerror=stop,cache=none,format=raw
> -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=1
> -drive
> file=/home/snd.raw,if=none,id=virtio1,werror=stop,rerror=stop,cache=none,format=raw
> -device virtio-blk-pci,drive=virtio1,id=virtio1,bootindex=2 -netdev
> tap,id=hostnet0,script=/etc/qemu-ifup,downscript=no -device
> e1000,netdev=hostnet0,mac=76:0E:40:3F:2F:3F -boot dc -uuid
> cc5aee77-d631-41d4-92a0-4e59c3b5cb6c -rtc-td-hack -no-kvm-pit-reinjection
> -monitor stdio -name win2k8-storage -vnc :10 -device
> virtio-balloon-pci,id=balloon0 
> 3.in the guest install driver located in INSTALL\Wlh\amd64\storage
> 
> Actual Results:
> Guest stop with (qemu) block I/O error in device 'virtio1': Input/output error
> (5) 
> and it can not continue .
> 
> Expected results:
> installation should be successful.
> 
> 
> Additional info:
> This bug will blocks viostor test ,add testblock keyword.


Hi Mike,
Is it reproducible?
"block I/O error in device" error came from qemu, not from the
viostor driver.
If you can easily reproduce the problem, could you downgrade
viostor driver and check how it works with the previous versions?
I also need to see output from "pci info" running in the qemu 
monitor.

Best regards,
Vadim.

Comment 4 Mike Cao 2011-07-27 09:25:01 UTC
(In reply to comment #2)

> 
> Hi Mike,
> Is it reproducible?

Tried on virtio-win-prewhql-0.1.13 ,I can not reproduce this issue .
close if hit again 

Mike