Summary: | qemu quit when using sg_write_same command inside RHEL7.2 guest | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | weliao <weliao> |
Component: | qemu-kvm-rhev | Assignee: | Fam Zheng <famz> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 7.2 | CC: | chayang, juzhang, knoel, michen, mrezanin, mst, qzhang, virt-maint, weliao, xfu |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-rhev-2.3.0-23.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-12-04 16:52:24 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: |
Description
weliao
2015-07-27 08:23:30 UTC
Patches posted to upstream: https://lists.gnu.org/archive/html/qemu-devel/2015-07/msg05677.html weliao, could you test this scratch build? http://brewweb.devel.redhat.com/brew/taskinfo?taskID=9802035 Version-Release number of selected component (if applicable): Host: 3.10.0-309.el7.x86_64 qemu-kvm-rhev-2.3.0-22.el7.test.x86_64 Guest: RHEL7.2 3.10.0-229.el7.x86_64 [root@dhcp-66-106-190 ~]# yes | head -n2048 > buf [root@dhcp-66-106-190 ~]# sg_write_same --in buf --num=32 --lba=80 /dev/sdb [root@dhcp-66-106-190 ~]# sg_write_same --in /dev/zero --num=96 --lba=0 /dev/sdb [root@dhcp-66-106-190 ~]# sg_write_same -U --in /dev/zero --num=16 --lba=0 /dev/sdb [root@dhcp-66-106-190 ~]# time sg_write_same --in buf --num=65537 --lba=131074 /dev/sdb real 0m0.027s user 0m0.004s sys 0m0.002s host no core dumped. Fix included in qemu-kvm-rhev-2.3.0-23.el7 Version-Release number of selected component (if applicable): Host: qemu-kvm-rhev-2.3.0-23.el7.x86_64 Guest: RHEL7.2 [root@dhcp-9-242 ~]# yes | head -n2048 > buf [root@dhcp-9-242 ~]# sg_write_same --in buf --num=32 --lba=80 /dev/sdb [root@dhcp-9-242 ~]# sg_write_same --in /dev/zero --num=96 --lba=0 /dev/sdb [root@dhcp-9-242 ~]# sg_write_same -U --in /dev/zero --num=16 --lba=0 /dev/sdb [root@dhcp-9-242 ~]# time sg_write_same --in buf --num=65536 --lba=131074 /dev/sdb real 0m2.546s user 0m0.005s sys 0m0.001s [root@dhcp-9-242 ~]# time sg_write_same --in buf --num=65537 --lba=131074 /dev/sdb real 0m2.554s user 0m0.001s sys 0m0.004s host no core dumped, Bug fixed. 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://rhn.redhat.com/errata/RHBA-2015-2546.html |