[ https://issues.apache.org/jira/browse/CLOUDSTACK-10146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16310968#comment-16310968 ]
ASF GitHub Bot commented on CLOUDSTACK-10146: --------------------------------------------- marcaurele commented on a change in pull request #2379: CLOUDSTACK-10146: Bypass Secondary Storage for KVM templates URL: https://github.com/apache/cloudstack/pull/2379#discussion_r159596587 ########## File path: engine/schema/src/com/cloud/storage/VMTemplateVO.java ########## @@ -146,6 +146,9 @@ @Column(name = "dynamically_scalable") protected boolean dynamicallyScalable; + @Column(name = "direct_download") + private Boolean directDownload; Review comment: Since it's `0` by default and cannot be `null`, it can be switched to a `boolean` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Bypass Secondary Storage for KVM templates > ------------------------------------------ > > Key: CLOUDSTACK-10146 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10146 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Affects Versions: 4.11.0.0 > Reporter: Nicolas Vazquez > Assignee: Nicolas Vazquez > -- This message was sent by Atlassian JIRA (v6.4.14#64029)