Bug 1097708

Summary: [RFE] use new VDSM downloadImage from stream feature
Product: [Retired] oVirt Reporter: Sandro Bonazzola <sbonazzo>
Component: ovirt-hosted-engine-setupAssignee: Sandro Bonazzola <sbonazzo>
Status: CLOSED WONTFIX QA Contact: meital avital <mavital>
Severity: low Docs Contact:
Priority: low    
Version: 3.5CC: acathrow, bugs, didi, gklein, iheim, laravot, lveyde, pstehlik, stirabos, yeylon
Target Milestone: ---Keywords: Improvement, Triaged
Target Release: 3.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: integration
Fixed In Version: Doc Type: Enhancement
Doc Text:
Feature: use new VDSM downloadImage from stream feature Reason: Result (if any):
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-15 06:48:19 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: 1037500    
Bug Blocks:    

Description Sandro Bonazzola 2014-05-14 11:43:45 UTC
For solving an error about SSL connection timing out on read operation when installing from disk, direct write from source image to VM image was added in hosted-engine setup (Bug #1034777).

At the same time a RFE for adding file:// protocol support to downloadImage verb was filled (Bug #1037500) and should be now available in VDSM.

We should rebase the code for using the new feature.

Comment 1 Sandro Bonazzola 2014-05-15 06:48:19 UTC
Looks like qemu-img conversion of the source image is still needed when using block storage since it doesn't support sparse images, so closing this as won't fix.