Bug 1854271
Summary: | When using '-device usb-storage', hit 'blk_update_request: I/O error' is encountered on the guest. | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux Advanced Virtualization | Reporter: | Zhenyu Zhang <zhenyzha> | ||||
Component: | qemu-kvm | Assignee: | Gerd Hoffmann <kraxel> | ||||
qemu-kvm sub component: | USB | QA Contact: | yduan | ||||
Status: | CLOSED CURRENTRELEASE | Docs Contact: | |||||
Severity: | medium | ||||||
Priority: | high | CC: | bfu, coli, ddepaula, gkurz, juzhang, kraxel, lvivier, mdeng, ngu, qinwang, qzhang, virt-maint, xianwang, xuma, yduan, yihyu | ||||
Version: | 8.3 | Keywords: | Regression | ||||
Target Milestone: | rc | ||||||
Target Release: | 8.3 | ||||||
Hardware: | Unspecified | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | qemu-kvm-5.1.0-6.module+el8.3.0+8041+42ff16b8.x86_64. | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2021-01-08 16:30:47 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Zhenyu Zhang
2020-07-07 02:54:49 UTC
Created attachment 1700269 [details]
dmesg_x86
Reproduce this with qemu-kvm-core-5.0.0-0.scrmod+el8.3.0+7241+ccee766e.wrb200701.x86_64: dmesg info is attached. Command lines: /usr/libexec/qemu-kvm \ -S \ -sandbox on \ -machine q35,kernel-irqchip=split \ -device intel-iommu,intremap=on,eim=on,device-iotlb=on \ -device pcie-root-port,id=pcie-root-port-0,multifunction=on,bus=pcie.0,addr=0x1,chassis=1 \ -device pcie-pci-bridge,id=pcie-pci-bridge-0,addr=0x0,bus=pcie-root-port-0 \ -nodefaults \ -device qxl-vga,bus=pcie.0,addr=0x2 \ -m 4G \ -smp 8,maxcpus=10,cores=5,threads=1,dies=1,sockets=2 \ -cpu 'Skylake-Server',+kvm_pv_unhalt \ -device pvpanic,ioport=0x505,id=id5bgZeb \ -chardev socket,id=seabioslog,path=/tmp/seabios-log1,server,nowait \ -device isa-debugcon,chardev=seabioslog,iobase=0x402 \ -device pcie-root-port,id=pcie-root-port-1,port=0x1,addr=0x1.0x1,bus=pcie.0,chassis=2 \ -device qemu-xhci,id=usbtest,bus=pcie-root-port-1,addr=0x0 \ -device usb-tablet,id=usb-tablet1,bus=usbtest.0,port=1 \ -blockdev node-name=file_stg00,driver=file,aio=threads,filename=/home/kvm_autotest_root/images/stg00.qcow2,cache.direct=on,cache.no-flush=off \ -blockdev node-name=drive_stg00,driver=qcow2,cache.direct=on,cache.no-flush=off,file=file_stg00 \ -device usb-storage,id=stg00,drive=drive_stg00,write-cache=on,bus=usbtest.0,port=2 \ -device pcie-root-port,id=pcie-root-port-2,port=0x2,addr=0x1.0x2,bus=pcie.0,chassis=3 \ -device virtio-scsi-pci,id=virtio_scsi_pci0,bus=pcie-root-port-2,addr=0x0,iommu_platform=on,ats=on \ -blockdev node-name=file_image1,driver=file,aio=threads,filename=/home/kvm_autotest_root/images/rhel830-64-virtio-scsi.qcow2,cache.direct=on,cache.no-flush=off \ -blockdev node-name=drive_image1,driver=qcow2,cache.direct=on,cache.no-flush=off,file=file_image1 \ -device scsi-hd,id=image1,drive=drive_image1,write-cache=on \ -device pcie-root-port,id=pcie-root-port-3,port=0x3,addr=0x1.0x3,bus=pcie.0,chassis=4 \ -device virtio-net-pci,mac=9a:e3:a8:3f:9b:42,id=nic0,netdev=net0,bus=pcie-root-port-3,addr=0x0 \ -netdev tap,id=net0,vhost=on \ -monitor stdio \ -spice port=5900,disable-ticketing \ -vnc :1 \ -qmp tcp:0:9999,server,nowait \ -rtc base=utc,clock=host,driftfix=slew \ -boot menu=off,order=cdn,once=c,strict=off \ -enable-kvm \ As it's not ppc64le, moving back to the pool *** Bug 1856686 has been marked as a duplicate of this bug. *** https://patchwork.ozlabs.org/project/qemu-devel/patch/20200713062712.1476-1-kraxel@redhat.com/ (not merged yet, should land upstream for 5.1-rc1 though). (In reply to Gerd Hoffmann from comment #6) > https://patchwork.ozlabs.org/project/qemu-devel/patch/20200713062712.1476-1- > kraxel/ > (not merged yet, should land upstream for 5.1-rc1 though). Can you retest with latest 5.1 please? Should be fixed ... (In reply to Gerd Hoffmann from comment #7) > (In reply to Gerd Hoffmann from comment #6) > > https://patchwork.ozlabs.org/project/qemu-devel/patch/20200713062712.1476-1- > > kraxel/ > > (not merged yet, should land upstream for 5.1-rc1 though). > > Can you retest with latest 5.1 please? > Should be fixed ... Sorry for late response. Cannot reproduce the issue with qemu-kvm-5.1.0-6.module+el8.3.0+8041+42ff16b8.x86_64. Change to VERIFIED according to comment 9. RHEL AV 8.3.0 has been shipped, therefore marking this BZ CLOSED CURRENTRELEASE. |