[
https://issues.apache.org/jira/browse/CLOUDSTACK-9423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15353209#comment-15353209
]
ASF GitHub Bot commented on CLOUDSTACK-9423:
--------------------------------------------
Github user swill commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1598#discussion_r68779079
--- Diff: core/src/com/cloud/storage/template/VhdProcessor.java ---
@@ -91,27 +97,58 @@ public long getVirtualSize(File file) throws
IOException {
return file.length();
}
- protected long getTemplateVirtualSize(File file) throws IOException {
+ protected long getTemplateVirtualSize(File file) throws
IOException {
--- End diff --
Can you fix the method indentation here. This should not be indented that
extra tab.
> Object storage should get the correct size for compressed templates
> -------------------------------------------------------------------
>
> Key: CLOUDSTACK-9423
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9423
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: syed ahmed
> Labels: secondary_storage, swift, template
>
> When uploading templates to an object store like Swift, if the template is
> compressed, we get an invalid size (negative). This fix tries to see if the
> template is compressed, if so, gets the correct size by partially
> decompressing the VHD header.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)