Bug 1018028 - Guest paused (io-error) when boot it w/ raw and rerror=stop
Summary: Guest paused (io-error) when boot it w/ raw and rerror=stop
Keywords:
Status: CLOSED DUPLICATE of bug 911990
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: qemu-kvm
Version: 7.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Virtualization Maintenance
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-11 03:33 UTC by Qian Guo
Modified: 2013-10-11 05:15 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-11 04:47:36 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Qian Guo 2013-10-11 03:33:49 UTC
Description of problem:
Try to install(boot) a raw format and virtio-blk-pci backend guest with cache=none, guest paused with io-error.

Version-Release number of selected component (if applicable):
# uname -r
3.10.0-33.el7.x86_64
# rpm -q qemu-kvm
qemu-kvm-1.5.3-8.el7.x86_64

How reproducible:
100%

Steps to Reproduce:
1.Boot guest like this:
# /usr/libexec/qemu-kvm -M pc -cpu Penryn -enable-kvm -m 4096 -smp 4,sockets=1,cores=4,threads=1 -usb -device usb-tablet,id=input0 -name rhel7 -rtc base=localtime,clock=host,driftfix=slew  -device virtio-balloon-pci,id=balloon1 -global PIIX4_PM.disable_s3=0 -global PIIX4_PM.disable_s4=0 -monitor stdio -serial unix:/tmp/ttyS0,server,nowait  -spice disable-ticketing,port=5930,seamless-migration=on -vga qxl -global qxl-vga.vram_size=67108864 -netdev tap,id=netdev0,vhost=on,script=/etc/qemu-ifup -device virtio-net-pci,mac=00:1b:21:7a:16:10,netdev=netdev0  -drive file=win8.raw,if=none,format=raw,aio=native,cache=none,rerror=stop,werror=stop,id=virtio-disk0 -device virtio-blk-pci,drive=virtio-disk0

2.
3.

Actual results:
(qemu) info status
VM status: paused (io-error)


Expected results:
can boot up with no error

Additional info:

Comment 1 Qian Guo 2013-10-11 03:37:56 UTC
Additional info:

If boot it w/ "x-data-plane=on,scsi=off,config-wce=off", won't hit this issue.

Comment 5 Qian Guo 2013-10-11 05:15:37 UTC
Since further investigation, found that if the host like this:

Sector size (logical/physical): 512 bytes / 4096 bytes

and boot guest w/ rerror and raw format, will hit this issue, it is same reason as bug #91190 , so change the bug summary and close it as dulp.


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