Bug 1299875
Summary: | system_reset should clear pending request for error (IDE) | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Ademar Reis <areis> | |
Component: | qemu-kvm | Assignee: | John Snow <jsnow> | |
Status: | CLOSED ERRATA | QA Contact: | aihua liang <aliang> | |
Severity: | medium | Docs Contact: | ||
Priority: | high | |||
Version: | 7.2 | CC: | ailan, armbru, coli, huding, jsnow, juzhang, michen, mkenneth, qzhang, rbalakri, virt-bugs, virt-maint, xuwei, zhguo | |
Target Milestone: | rc | Keywords: | ZStream | |
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Windows | |||
Whiteboard: | ||||
Fixed In Version: | qemu-kvm-1.5.3-137.el7 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | 1281713 | |||
: | 1299876 1393042 (view as bug list) | Environment: | ||
Last Closed: | 2017-08-01 17:46:48 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: | ||||
Bug Depends On: | 1281713 | |||
Bug Blocks: | 1299876, 1393042 |
Description
Ademar Reis
2016-01-19 13:05:40 UTC
Moving back to ASSIGNED as we decided to delay this to 7.4, at least for now. See comment 5 on #1299876 --js For reference, this is the cluster of BZ related to this issue: bug 1281713, bug 1299876, bug 1299875, bug 1361487, bug 1361490, bug 1361488, bug 1375520 The issue still exist in RHEL7.4-3.10.0-618+qemu-kvm-1.5.3-134. I'm having trouble with our build root at the moment, so I cannot re-post the patch currently. Moving back to ASSIGNED so I can re-post the patch once the build root problem is addressed. Thanks. There. Fix included in qemu-kvm-1.5.3-137.el7 Verified,the problem has been resolved, so change its status to "Verified". Test Version: kernel version:3.10.0-657.el7.x86_64 qemu-kvm version:qemu-kvm-1.5.3-137.el7.x86_64 Test Steps: 1.Full write host disk 2.Start guest with qemu cmds bellow: /usr/libexec/qemu-kvm \ -name 'avocado-vt-vm1' \ -sandbox off \ -machine pc \ -nodefaults \ -vga std \ -chardev socket,id=qmp_id_qmpmonitor1,path=/var/tmp/monitor-qmpmonitor1-20161219-042734-6fVMWCMz,server,nowait \ -mon chardev=qmp_id_qmpmonitor1,mode=control \ -chardev socket,id=qmp_id_catch_monitor,path=/var/tmp/monitor-catch_monitor-20161219-042734-6fVMWCMz,server,nowait \ -mon chardev=qmp_id_catch_monitor,mode=control \ -drive id=drive_image1,if=none,snapshot=off,aio=native,cache=none,format=qcow2,file=/home/rhel74-64-virtio.qcow2 \ -device ide-hd,id=image1,drive=drive_image1,bootindex=0,bus=ide.0 \ -device virtio-net-pci,mac=9a:f2:f3:f4:f5:f6,id=id30uvBS,vectors=4,netdev=idADyVP5,bus=pci.0,addr=04 \ -netdev tap,id=idADyVP5,vhost=on \ -m 2048 \ -smp 16,maxcpus=16,cores=8,threads=1,sockets=2 \ -cpu host \ -vnc :0 \ -rtc base=localtime,clock=host,driftfix=slew \ -boot order=cdn,once=d,menu=off,strict=off \ -enable-kvm \ -spice port=3000,ipv4,disable-ticketing \ -monitor stdio \ 3.Copy files to guest until qemu error report: (qemu) block I/O error in device 'drive_image1': No space left on device (28) 4.Check vm status (qemu)info status --> VM status:paused(io-error) 5.Reset vm and continue it (qemu)system_reset (qemu)c --> VM restart successfully. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:1856 |