Bug 559717
Summary: | KVM/Qemu 0.12.2 guest: WARNING: at block/blk-core.c:336 blk_start_queue+0x2e/0x47() | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Thomas Sjolshagen <thomas.sjolshagen> | ||||
Component: | kvm | Assignee: | Justin M. Forbes <jforbes> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | low | ||||||
Version: | rawhide | CC: | berrange, clalance, ehabkost, gcosta, kraxel, markmc, mcepl, mcepl, quintela, rjones, virt-maint | ||||
Target Milestone: | --- | Keywords: | Triaged | ||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 561908 (view as bug list) | Environment: | |||||
Last Closed: | 2010-02-04 16:38:29 UTC | Type: | --- | ||||
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: | |||||||
Bug Blocks: | 514890, 561908 | ||||||
Attachments: |
|
Description
Thomas Sjolshagen
2010-01-28 20:04:18 UTC
Created attachment 388233 [details]
kernel log
I'm seeing this as well.
Host: Fedora 12 + virt-preview
Guest: Fedora 12.
Trying to install Fedora 12 triggers this for me. I get all sorts of strange errors somewhere during package installation, which essentially boils down to I/O problems. Often goes like this: ext4 journal commit error -> filesystem goes readonly -> anaconda bombs out. Sometimes the install manages to complete, the installed system doesn't show normal behavior then though.
Noteworthy data point is that I can install Fedora 11 without any problems, so this is likely connected to some new feature which comes only into play in case both host (qemu 0.12) and guest (kernel > 2.6.31 ?) are new enougth.
Zapped the virtio disk, installed a ide disk instead, tried again. Fedora 12 installs without problems now. Something is seriously wrong with virtio-blk. Justin, can we get the patch into rawhide and virt-preview please? Patch has been added to qemu-0.12.2-5 in rawhide and virt-preview repositories. In case anyone is still seeing massive numbers of I/O errors with virtio-blk (even with this patch applied), I don't think this fix is the whole story. I'm tracking another issue with the alignment of the user buffer in pread(2) calls here: bug 563103. |