Bug 1214855
| Summary: | qemu-img: error while compressing sector <NNN>: Input/output error | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Richard W.M. Jones <rjones> | ||||||
| Component: | qemu | Assignee: | Fedora Virtualization Maintainers <virt-maint> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 22 | CC: | amit.shah, berrange, cfergeau, crobinso, dwmw2, itamar, jminter, makovick, nobody+384088, pbonzini, rjones, scottt.tw, virt-maint | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | qemu-2.3.0-6.fc22 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-07-30 00:48:27 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Richard W.M. Jones
2015-04-23 16:46:00 UTC
Possibly relevant thread: https://lists.gnu.org/archive/html/qemu-devel/2013-04/msg02520.html For this disk image in question: $ qemu-img info Windows_2012_R2_UEFI-disk1.vmdk image: Windows_2012_R2_UEFI-disk1.vmdk file format: vmdk virtual size: 40G (42949672960 bytes) disk size: 5.0G cluster_size: 65536 Format specific information: cid: 2951036465 parent cid: 4294967295 create type: streamOptimized extents: [0]: compressed: true virtual size: 42949672960 filename: Windows_2012_R2_UEFI-disk1.vmdk cluster size: 65536 format: so it is already rounded to cluster size & 64K. Created attachment 1042594 [details]
Compression failure fix
Can you please this patch if it helps?
Created attachment 1042595 [details]
Compression failure fix
Yes, the patch in comment 4 does fix the problem. Do we have a fixed package for F22? Patch was only queued today: https://lists.nongnu.org/archive/html/qemu-devel/2015-06/threads.html I'll scoop it up in the next build This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle. Changing version to '23'. (As we did not run this process for some time, it could affect also pre-Fedora 23 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23 I hope this isn't bad Bugzilla etiquette, but it'd be pretty handy if this were fixed in the F22 qemu-img build. The patch went upstream as 3e5feb6202149e8a963a33b911216e40d790f1d7. I'll do a quick backport in a minute. Fix is included in: qemu-2.3.0-6.fc22 Note the fix is included upstream in qemu >= 2.4.0-rc0 so we don't require a backport for f23 or rawhide. qemu-2.3.0-6.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/qemu-2.3.0-6.fc22 Package qemu-2.3.0-6.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing qemu-2.3.0-6.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-11886/qemu-2.3.0-6.fc22 then log in and leave karma (feedback). qemu-2.3.0-6.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. *** Bug 1241710 has been marked as a duplicate of this bug. *** I confirm, that qemu-2.3.0.6.fc22 fixes the issue. Thanks. |