GitHub user syed opened a pull request: https://github.com/apache/cloudstack/pull/1770
Fix Template Size in Swift as Secondary Storage Cloudstack incorrectly uses the physical size as the size of the template. Ideally, the size should refelct the virtual size. This PR fixes that issue. You can merge this pull request into a Git repository by running: $ git pull https://github.com/syed/cloudstack tmpl-virt-size Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1770.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 #1770 ---- commit 4183104152017e8d54bcd9f6ea2f20778917bd25 Author: Syed <syed1.mush...@gmail.com> Date: 2016-11-22T04:55:51Z When using Swift as secondary storage, when a template sync happens, Cloudstack incorrectly uses the physical size as the size of the template. Ideally, the size should refelct the virtual size. This PR fixes that issue. ---- --- 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. ---