Bug 723175 - [WHQL][viostor] Failed to install viostor driver on win7/win08 32bit/64bit
Summary: [WHQL][viostor] Failed to install viostor driver on win7/win08 32bit/64bit
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: virtio-win
Version: 6.2
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: rc
: 6.2
Assignee: Vadim Rozenfeld
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-19 10:13 UTC by Mike Cao
Modified: 2011-07-27 09:25 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-07-27 09:25:01 UTC
Target Upstream Version:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.