GitHub user borisroman opened a pull request: https://github.com/apache/cloudstack/pull/789
CLOUDSTACK 8819: Return correct template virtual size when using S3. When using S3 the virtual size of the template would equal the actual size. The script wraps around qemu-img, which can parse the Virtual Size from a url. This way when the S3TemplateDownloader finishes it can return a virtual size. When the AWS SDK is updated this can be done in a much cleaner way. You can merge this pull request into a Git repository by running: $ git pull https://github.com/borisroman/cloudstack CLOUDSTACK-8819 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/789.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #789 ---- commit f7efdc1fe4b5ec7019926442fe84ac2b25a55084 Author: Boris Schrijver <bo...@pcextreme.nl> Date: 2015-09-07T22:42:22Z Added qemu-utils package to systemvm. commit 70837def4f1f9041c9be1850159c1732f909cd5e Author: Boris Schrijver <bo...@pcextreme.nl> Date: 2015-09-08T13:16:26Z Implemented virtual template size for S3 downloader. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---