Hide Forgot
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.
(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.
(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