Bug 965636
| Summary: | streaming with no backing file should not do anything | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Paolo Bonzini <pbonzini> |
| Component: | qemu-kvm | Assignee: | Hanna Czenczek <hreitz> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | acathrow, areis, bsarathy, hhuang, juzhang, mkenneth, pbonzini, shu, tpoitras, virt-maint |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | qemu-kvm-1.5.3-34.el7 | Doc Type: | Bug Fix |
| Doc Text: |
Previously, streaming an image without a backing file would waste time copying the whole image onto itself. Now, if you attempt to stream an image that does not have a backup file, the streaming job ends immediately.
|
Story Points: | --- |
| Clone Of: | 808114 | Environment: | |
| Last Closed: | 2014-06-13 12:04:24 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: | 808114 | ||
| Bug Blocks: | 806280, 1080820 | ||
|
Description
Paolo Bonzini
2013-05-21 12:59:16 UTC
Fix included in qemu-kvm-1.5.3-34.el7 Verified on qemu-kvm-rhev-1.5.3-39.el7.x86_64:
after issue block stream, job complete immediately, log shows in QMP connection:
{"timestamp": {"seconds": 1390540852, "microseconds": 646379}, "event": "BLOCK_JOB_COMPLETED", "data": {"device": "drive-virtio-disk0", "len": 0, "offset": 0, "speed": 0, "type": "stream"}}
This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |