Bug 484364
| Summary: | block-rw-range-check.patch breaks qcow2 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mark McLoughlin <markmc> | ||||||||
| Component: | qemu | Assignee: | Glauber Costa <gcosta> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | low | ||||||||||
| Version: | rawhide | CC: | berrange, bugproxy, clalance, dwmw2, ehabkost, gcosta, markmc, quintela, virt-maint | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | All | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | |||||||||||
| : | 484948 (view as bug list) | Environment: | |||||||||
| Last Closed: | 2009-03-16 12:52:49 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: | 480594, 484948 | ||||||||||
| Attachments: |
|
||||||||||
Reproduced here. Investigating. Found the issue: the patch on Rawhide is using bdrv_rd_badreq_sectors() instead of bdrv_rw_badreq_sectors() on bdrv_aio_write(). Fixed on Rawhide CVS (kvm-83-4.fc11) Reassigning: The kvm package no longer exists in rawhide/F11, since it is now part of 'qemu'. Fix is present in new merged RPM qemu-0.10-0.9.kvm20090310git.fc11.x86_64 *** Bug 491582 has been marked as a duplicate of this bug. *** Created attachment 336611 [details]
Screenshot showing hard drive not found message
Created attachment 336612 [details]
Screenshot of a warning message we got
Created attachment 336613 [details]
mx3605b cpuinfo
------- Comment From pavan.naregundi.com 2009-04-09 01:30 EDT------- Tested in F11beta and qemu-kvm could recognize the hard drive. Thanks Pavan |
If I create a new qcow2 file and try and install Fedora 8 on it, the installer never shows sda in the partitioning screen. anaconda.log shows: removing drive sda from disk lists; adding to skip list Turns out this isn't a problem with kvm-83 from git, so I added some debugging to block-rw-range-check.patch: + if (ret) + printf("Failing bdrv_rd_badreq_sectors(%ld, %d) : total_sectors = %ld\n", + sector_num, nb_sectors, bs->total_sectors); and I see: Failing bdrv_rd_badreq_sectors(192, 1) : total_sectors = 192