[ https://issues.apache.org/jira/browse/CLOUDSTACK-9025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15041386#comment-15041386 ]
ASF GitHub Bot commented on CLOUDSTACK-9025: -------------------------------------------- Github user anshul1886 commented on the pull request: https://github.com/apache/cloudstack/pull/1176#issuecomment-161931232 @ustcweizhou I differ on this. We should not make HypervisorGuruManagerImpl complex by adding these kind of conditions as nobody is expert of all hypervisors and can make errors as happened in this case. This will keep the core code simpler. In XenServer after version 6.2 with hotfixes we start handling creating template from snapshot in Hypervisor agent code. So the change is if version is 6.1 or 6.2 without hot fix then send the command to SSVM otherwise send to hypervisor. > Unable to deploy VM instance from template if template spin from linked clone > snapshot > -------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-9025 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9025 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: XenServer > Affects Versions: 4.5.2 > Environment: XenServer 6.5 > Reporter: Anshul Gangwar > Assignee: Anshul Gangwar > Priority: Critical > > As default, CloudStack create linked clone snapshot for VM instance . When we > take a snapshot for the VM, and create a template based on such snapshot, > CloudStack only download incremental VHD as template file, as a result, the > VM instance fail to deploy as it is incomplete. -- This message was sent by Atlassian JIRA (v6.3.4#6332)