Bug 1745209
| Summary: | qemu-img gets stuck when stream-converting from http | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Advanced Virtualization | Reporter: | Ademar Reis <areis> |
| Component: | qemu-kvm | Assignee: | Hanna Czenczek <hreitz> |
| Status: | CLOSED ERRATA | QA Contact: | Tingting Mao <timao> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 8.1 | CC: | awels, cnv-qe-bugs, coli, grajaiya, hreitz, jinzhao, juzhang, knoel, ncredi, ngavrilo, rbalakri, sgordon, timao, virt-maint, ycui |
| Target Milestone: | rc | Keywords: | Regression |
| Target Release: | 8.1 | Flags: | knoel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | qemu-kvm-4.1.0-16.module+el8.1.1+4917+752cfd65 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1744602 | Environment: | |
| Last Closed: | 2020-02-04 18:28:48 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1744602, 1758964 | ||
|
Description
Ademar Reis
2019-08-23 22:09:41 UTC
Patches posted: [Qemu-devel] [PATCH 0/6] block/curl: Fix hang and potential crash We'll try a RHEL-AV-8.1.0 backport. Tried to verify this bug as below. Set this bug as verified accordingly.
Tested with:
qemu-kvm-4.1.0-16.module+el8.1.1+4917+752cfd65
kernel-4.18.0-147.el8.x86_64
Steps:
# qemu-img convert -O raw 'json:{"file.driver":"https", "file.url":"https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img", "file.sslverify":"off", "file.readahead":"64k", "file.timeout": 15}' tgt.img -p
(100.00/100%)
Result:
Convert successfully with timeout=15.
While in 'qemu-kvm-4.1.0-14.module+el8.1.0+4548+ed1300f4', failed to convert even with timeout=100.
# qemu-img convert -O raw 'json:{"file.driver":"https", "file.url":"https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img", "file.sslverify":"off", "file.readahead":"64k", "file.timeout": 100}' tgt.img -p
Segmentation fault (core dumped)
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://access.redhat.com/errata/RHBA-2020:0404 |